Uses of Class
org.uddi.api_v3.Address

Packages that use Address
org.apache.juddi.mapping   
org.apache.juddi.v3.client.i18n   
org.uddi.api_v3   
 

Uses of Address in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type Address
static void MappingModelToApi.mapContactAddresses(List<Address> modelAddressList, List<Address> apiAddressList)
           
static void MappingApiToModel.mapContactAddresses(List<Address> apiAddressList, List<Address> modelAddressList, Contact modelContact, String businessKey)
           
 

Uses of Address in org.apache.juddi.v3.client.i18n
 

Methods in org.apache.juddi.v3.client.i18n that return Address
static Address EntityForLang.getAddress(List<Address> entityList, String lang)
           
 

Method parameters in org.apache.juddi.v3.client.i18n with type arguments of type Address
static Address EntityForLang.getAddress(List<Address> entityList, String lang)
           
 

Uses of Address in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type Address
protected  List<Address> Contact.address
           
 

Methods in org.uddi.api_v3 that return Address
 Address ObjectFactory.createAddress()
          Create an instance of Address
 

Methods in org.uddi.api_v3 that return types with arguments of type Address
 javax.xml.bind.JAXBElement<Address> ObjectFactory.createAddress(Address value)
          Create an instance of JAXBElement<Address>}
 List<Address> Contact.getAddress()
          Gets the value of the address property.
 

Methods in org.uddi.api_v3 with parameters of type Address
 javax.xml.bind.JAXBElement<Address> ObjectFactory.createAddress(Address value)
          Create an instance of JAXBElement<Address>}
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.