Uses of Class
org.apache.ws.scout.model.uddi.v2.Contact

Packages that use Contact
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.util   
 

Uses of Contact in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type Contact
protected  java.util.List<Contact> Contacts.contact
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return Contact
 Contact ObjectFactory.createContact()
          Create an instance of Contact
 

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

Methods in org.apache.ws.scout.model.uddi.v2 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.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return Contact
static Contact ScoutJaxrUddiHelper.getContactFromJAXRUser(javax.xml.registry.infomodel.User user)
          Convert JAXR User Object to UDDI Contact
 



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