Uses of Class
org.uddi.api_v3.Contact

Packages that use Contact
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.repl_v3   
 

Uses of Contact in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type Contact
 void ValidatePublish.validateContact(Contact contact, org.apache.commons.configuration.Configuration config)
           
 

Uses of Contact in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type Contact
protected  List<Contact> Contacts.contact
           
 

Methods in org.uddi.api_v3 that return Contact
 Contact ObjectFactory.createContact()
          Create an instance of Contact
 

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

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

Uses of Contact in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as Contact
protected  Contact ReplicationConfiguration.RegistryContact.contact
           
 

Fields in org.uddi.repl_v3 with type parameters of type Contact
protected  List<Contact> Operator.contact
           
 

Methods in org.uddi.repl_v3 that return Contact
 Contact ReplicationConfiguration.RegistryContact.getContact()
          Gets the value of the contact property.
 

Methods in org.uddi.repl_v3 that return types with arguments of type Contact
 List<Contact> Operator.getContact()
          Gets the value of the contact property.
 

Methods in org.uddi.repl_v3 with parameters of type Contact
 void ReplicationConfiguration.RegistryContact.setContact(Contact value)
          Sets the value of the contact property.
 



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