Uses of Interface
org.jclouds.xml.XMLParser
-
Packages that use XMLParser Package Description org.jclouds.http.functions org.jclouds.rest org.jclouds.rest.binders org.jclouds.rest.internal org.jclouds.xml.internal -
-
Uses of XMLParser in org.jclouds.http.functions
Fields in org.jclouds.http.functions declared as XMLParser Modifier and Type Field Description protected XMLParser
ParseXMLWithJAXB. xml
Constructors in org.jclouds.http.functions with parameters of type XMLParser Constructor Description ParseXMLWithJAXB(XMLParser xml, com.google.inject.TypeLiteral<T> type)
-
Uses of XMLParser in org.jclouds.rest
Methods in org.jclouds.rest that return XMLParser Modifier and Type Method Description XMLParser
Utils. xml()
-
Uses of XMLParser in org.jclouds.rest.binders
Fields in org.jclouds.rest.binders declared as XMLParser Modifier and Type Field Description protected XMLParser
BindToXMLPayload. xmlParser
Constructors in org.jclouds.rest.binders with parameters of type XMLParser Constructor Description BindToXMLPayload(XMLParser xmlParser)
-
Uses of XMLParser in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return XMLParser Modifier and Type Method Description XMLParser
UtilsImpl. xml()
Constructors in org.jclouds.rest.internal with parameters of type XMLParser Constructor Description UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
-
Uses of XMLParser in org.jclouds.xml.internal
Classes in org.jclouds.xml.internal that implement XMLParser Modifier and Type Class Description class
JAXBParser
Parses XML documents using JAXB.
-