org.jclouds.rest.annotations
Annotation Type XMLResponseParser


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface XMLResponseParser

Shows the transformer type used to parse XML in a HttpResponse

Author:
Adrian Cole

Required Element Summary
 Class<? extends ParseSax.HandlerWithResult<?>> value
           
 

Element Detail

value

public abstract Class<? extends ParseSax.HandlerWithResult<?>> value


Copyright © 2009-2011 jclouds. All Rights Reserved.