Uses of Interface
org.apache.ws.scout.uddi.GetAuthTokenDocument

Packages that use GetAuthTokenDocument
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of GetAuthTokenDocument in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return GetAuthTokenDocument
static GetAuthTokenDocument GetAuthTokenDocument.Factory.newInstance()
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(File file)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(InputStream is)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(Node node)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(Reader r)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(String xmlAsString)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(URL u)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GetAuthTokenDocument GetAuthTokenDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GetAuthTokenDocument in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement GetAuthTokenDocument
 class GetAuthTokenDocumentImpl
          A document containing one get_authToken(@urn:uddi-org:api_v2) element.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.