|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contacts | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of Contacts in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Contacts | |
---|---|
Contacts |
BusinessEntity.addNewContacts()
Appends and returns a new empty "contacts" element |
Contacts |
ContactsDocument.addNewContacts()
Appends and returns a new empty "contacts" element |
Contacts |
BusinessEntity.getContacts()
Gets the "contacts" element |
Contacts |
ContactsDocument.getContacts()
Gets the "contacts" element |
static Contacts |
Contacts.Factory.newInstance()
|
static Contacts |
Contacts.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(File file)
|
static Contacts |
Contacts.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(InputStream is)
|
static Contacts |
Contacts.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(Node node)
|
static Contacts |
Contacts.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(Reader r)
|
static Contacts |
Contacts.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(String xmlAsString)
|
static Contacts |
Contacts.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(URL u)
|
static Contacts |
Contacts.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Contacts |
Contacts.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Contacts |
Contacts.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Contacts |
Contacts.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Contacts |
Contacts.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Contacts | |
---|---|
void |
BusinessEntity.setContacts(Contacts contacts)
Sets the "contacts" element |
void |
ContactsDocument.setContacts(Contacts contacts)
Sets the "contacts" element |
Uses of Contacts in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Contacts | |
---|---|
class |
ContactsImpl
An XML contacts(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Contacts | |
---|---|
Contacts |
ContactsDocumentImpl.addNewContacts()
Appends and returns a new empty "contacts" element |
Contacts |
BusinessEntityImpl.addNewContacts()
Appends and returns a new empty "contacts" element |
Contacts |
ContactsDocumentImpl.getContacts()
Gets the "contacts" element |
Contacts |
BusinessEntityImpl.getContacts()
Gets the "contacts" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Contacts | |
---|---|
void |
ContactsDocumentImpl.setContacts(Contacts contacts)
Sets the "contacts" element |
void |
BusinessEntityImpl.setContacts(Contacts contacts)
Sets the "contacts" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |