Class ParseSax<T>

java.lang.Object
org.jclouds.http.functions.ParseSax<T>
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,T>, Function<HttpResponse,T>, InvocationContext<ParseSax<T>>

public class ParseSax<T> extends Object implements com.google.common.base.Function<HttpResponse,T>, InvocationContext<ParseSax<T>>
This object will parse the body of an HttpResponse and return the result of type back to the caller.