Uses of Interface
org.jclouds.xml.XMLParser

Packages that use XMLParser
org.jclouds.http.functions   
org.jclouds.rest.binders   
org.jclouds.xml.internal   
 

Uses of XMLParser in org.jclouds.http.functions
 

Fields in org.jclouds.http.functions declared as XMLParser
protected  XMLParser ParseXMLWithJAXB.xml
           
 

Constructors in org.jclouds.http.functions with parameters of type XMLParser
ParseXMLWithJAXB(XMLParser xml, com.google.inject.TypeLiteral<T> type)
           
 

Uses of XMLParser in org.jclouds.rest.binders
 

Fields in org.jclouds.rest.binders declared as XMLParser
protected  XMLParser BindToXMLPayload.xmlParser
           
 

Constructors in org.jclouds.rest.binders with parameters of type XMLParser
BindToXMLPayload(XMLParser xmlParser)
           
 

Uses of XMLParser in org.jclouds.xml.internal
 

Classes in org.jclouds.xml.internal that implement XMLParser
 class JAXBParser
          Parses XML documents using JAXB.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.