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

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

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

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

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

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



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