|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Email | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of Email in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Email | |
---|---|
Email |
EmailDocument.addNewEmail()
Appends and returns a new empty "email" element |
Email |
Contact.addNewEmail()
Appends and returns a new empty value (as xml) as the last "email" element |
Email |
EmailDocument.getEmail()
Gets the "email" element |
Email[] |
Contact.getEmailArray()
Gets array of all "email" elements |
Email |
Contact.getEmailArray(int i)
Gets ith "email" element |
Email |
Contact.insertNewEmail(int i)
Inserts and returns a new empty value (as xml) as the ith "email" element |
static Email |
Email.Factory.newInstance()
|
static Email |
Email.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(File file)
|
static Email |
Email.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(InputStream is)
|
static Email |
Email.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(Node node)
|
static Email |
Email.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(Reader r)
|
static Email |
Email.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(String xmlAsString)
|
static Email |
Email.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(URL u)
|
static Email |
Email.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Email |
Email.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Email |
Email.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Email |
Email.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Email |
Email.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Email | |
---|---|
void |
EmailDocument.setEmail(Email email)
Sets the "email" element |
void |
Contact.setEmailArray(Email[] emailArray)
Sets array of all "email" element |
void |
Contact.setEmailArray(int i,
Email email)
Sets ith "email" element |
Uses of Email in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Email | |
---|---|
class |
EmailImpl
An XML email(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Email | |
---|---|
Email |
EmailDocumentImpl.addNewEmail()
Appends and returns a new empty "email" element |
Email |
ContactImpl.addNewEmail()
Appends and returns a new empty value (as xml) as the last "email" element |
Email |
EmailDocumentImpl.getEmail()
Gets the "email" element |
Email[] |
ContactImpl.getEmailArray()
Gets array of all "email" elements |
Email |
ContactImpl.getEmailArray(int i)
Gets ith "email" element |
Email |
ContactImpl.insertNewEmail(int i)
Inserts and returns a new empty value (as xml) as the ith "email" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Email | |
---|---|
void |
EmailDocumentImpl.setEmail(Email email)
Sets the "email" element |
void |
ContactImpl.setEmailArray(Email[] emailArray)
Sets array of all "email" element |
void |
ContactImpl.setEmailArray(int i,
Email email)
Sets ith "email" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |