org.jclouds.rest.annotations
Annotation Type JAXBResponseParser


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

Shows the transformer type used to parse XML with the ParseXMLWithJAXB parser in a HttpResponse.

Author:
Ignasi Barrera

Optional Element Summary
 Class<?> value
          If present, this is the class that will be used to unmarshal the XML document.
 

value

public abstract Class<?> value
If present, this is the class that will be used to unmarshal the XML document. If omitted, the return type of the annotated method will be used.

Default:
javax.lang.model.type.NullType.class


Copyright © 2009-2013 jclouds. All Rights Reserved.