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

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

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

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

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

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



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