|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl | |
org.apache.ws.scout.util |
Uses of Contact in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Contact | |
---|---|
Contact |
ContactDocument.addNewContact()
Appends and returns a new empty "contact" element |
Contact |
Contacts.addNewContact()
Appends and returns a new empty value (as xml) as the last "contact" element |
Contact |
ContactDocument.getContact()
Gets the "contact" element |
Contact[] |
Contacts.getContactArray()
Gets array of all "contact" elements |
Contact |
Contacts.getContactArray(int i)
Gets ith "contact" element |
Contact |
Contacts.insertNewContact(int i)
Inserts and returns a new empty value (as xml) as the ith "contact" element |
static Contact |
Contact.Factory.newInstance()
|
static Contact |
Contact.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(File file)
|
static Contact |
Contact.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(InputStream is)
|
static Contact |
Contact.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(Node node)
|
static Contact |
Contact.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(Reader r)
|
static Contact |
Contact.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(String xmlAsString)
|
static Contact |
Contact.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(URL u)
|
static Contact |
Contact.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Contact |
Contact.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Contact |
Contact.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Contact |
Contact.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Contact |
Contact.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Contact | |
---|---|
void |
ContactDocument.setContact(Contact contact)
Sets the "contact" element |
void |
Contacts.setContactArray(Contact[] contactArray)
Sets array of all "contact" element |
void |
Contacts.setContactArray(int i,
Contact contact)
Sets ith "contact" element |
Uses of Contact in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Contact | |
---|---|
class |
ContactImpl
An XML contact(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Contact | |
---|---|
Contact |
ContactsImpl.addNewContact()
Appends and returns a new empty value (as xml) as the last "contact" element |
Contact |
ContactDocumentImpl.addNewContact()
Appends and returns a new empty "contact" element |
Contact |
ContactDocumentImpl.getContact()
Gets the "contact" element |
Contact[] |
ContactsImpl.getContactArray()
Gets array of all "contact" elements |
Contact |
ContactsImpl.getContactArray(int i)
Gets ith "contact" element |
Contact |
ContactsImpl.insertNewContact(int i)
Inserts and returns a new empty value (as xml) as the ith "contact" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Contact | |
---|---|
void |
ContactDocumentImpl.setContact(Contact contact)
Sets the "contact" element |
void |
ContactsImpl.setContactArray(Contact[] contactArray)
Sets array of all "contact" element |
void |
ContactsImpl.setContactArray(int i,
Contact contact)
Sets ith "contact" element |
Uses of Contact in org.apache.ws.scout.util |
---|
Methods in org.apache.ws.scout.util that return Contact | |
---|---|
static Contact |
ScoutJaxrUddiHelper.getContactFromJAXRUser(User user)
Convert JAXR User Object to UDDI Contact |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |