Uses of Class
org.jclouds.http.functions.ParseSax
-
Packages that use ParseSax Package Description org.jclouds.http.functions org.jclouds.profitbricks.config -
-
Uses of ParseSax in org.jclouds.http.functions
Methods in org.jclouds.http.functions that return ParseSax Modifier and Type Method Description <T> ParseSax<T>ParseSax.Factory. create(ParseSax.HandlerWithResult<T> handler)ParseSax<T>ParseSax. setContext(HttpRequest request) -
Uses of ParseSax in org.jclouds.profitbricks.config
Methods in org.jclouds.profitbricks.config that return ParseSax Modifier and Type Method Description ParseSax<ServiceFault>ProfitBricksHttpApiModule.ProfitBricksHttpCommandExecutorServiceModule. serviceFaultParser(ParseSax.Factory factory, com.google.inject.Injector injector)
-