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

Packages that use Address
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
org.apache.ws.scout.util   
 

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

Methods in org.apache.ws.scout.uddi that return Address
 Address AddressDocument.addNewAddress()
          Appends and returns a new empty "address" element
 Address Contact.addNewAddress()
          Appends and returns a new empty value (as xml) as the last "address" element
 Address AddressDocument.getAddress()
          Gets the "address" element
 Address[] Contact.getAddressArray()
          Gets array of all "address" elements
 Address Contact.getAddressArray(int i)
          Gets ith "address" element
 Address Contact.insertNewAddress(int i)
          Inserts and returns a new empty value (as xml) as the ith "address" element
static Address Address.Factory.newInstance()
           
static Address Address.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(File file)
           
static Address Address.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(InputStream is)
           
static Address Address.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(Node node)
           
static Address Address.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(Reader r)
           
static Address Address.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(String xmlAsString)
           
static Address Address.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(URL u)
           
static Address Address.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static Address Address.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Address Address.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Address Address.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Address Address.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type Address
 void AddressDocument.setAddress(Address address)
          Sets the "address" element
 void Contact.setAddressArray(Address[] addressArray)
          Sets array of all "address" element
 void Contact.setAddressArray(int i, Address address)
          Sets ith "address" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement Address
 class AddressImpl
          An XML address(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return Address
 Address AddressDocumentImpl.addNewAddress()
          Appends and returns a new empty "address" element
 Address ContactImpl.addNewAddress()
          Appends and returns a new empty value (as xml) as the last "address" element
 Address AddressDocumentImpl.getAddress()
          Gets the "address" element
 Address[] ContactImpl.getAddressArray()
          Gets array of all "address" elements
 Address ContactImpl.getAddressArray(int i)
          Gets ith "address" element
 Address ContactImpl.insertNewAddress(int i)
          Inserts and returns a new empty value (as xml) as the ith "address" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type Address
 void AddressDocumentImpl.setAddress(Address address)
          Sets the "address" element
 void ContactImpl.setAddressArray(Address[] addressArray)
          Sets array of all "address" element
 void ContactImpl.setAddressArray(int i, Address address)
          Sets ith "address" element
 

Uses of Address in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return Address
static Address ScoutJaxrUddiHelper.getAddress(PostalAddress post)
          Get UDDI Address given JAXR Postal Address
 



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