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

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

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

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

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

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



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