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

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

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

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

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

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



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