Uses of Class
org.jclouds.http.functions.ParseSax.HandlerWithResult
-
Packages that use ParseSax.HandlerWithResult Package Description org.jclouds.http.functions org.jclouds.rest.annotations -
-
Uses of ParseSax.HandlerWithResult in org.jclouds.http.functions
Subclasses of ParseSax.HandlerWithResult in org.jclouds.http.functions Modifier and Type Class Description static classParseSax.HandlerForGeneratedRequestWithResult<T>Methods in org.jclouds.http.functions that return ParseSax.HandlerWithResult Modifier and Type Method Description ParseSax.HandlerWithResult<T>ParseSax. getHandler()ParseSax.HandlerWithResult<T>ParseSax.HandlerWithResult. setContext(HttpRequest request)Methods in org.jclouds.http.functions with parameters of type ParseSax.HandlerWithResult Modifier and Type Method Description <T> ParseSax<T>ParseSax.Factory. create(ParseSax.HandlerWithResult<T> handler)Constructors in org.jclouds.http.functions with parameters of type ParseSax.HandlerWithResult Constructor Description ParseSax(XMLReader parser, ParseSax.HandlerWithResult<T> handler) -
Uses of ParseSax.HandlerWithResult in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type ParseSax.HandlerWithResult Modifier and Type Method Description Class<? extends ParseSax.HandlerWithResult<?>>value()
-