| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
ServiceDocument.addNewService()
Appends and returns a new empty "service" element
|
ServiceType |
DescriptionType.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceType |
ServiceDocument.getService()
Gets the "service" element
|
ServiceType[] |
DescriptionType.getServiceArray()
Gets array of all "service" elements
|
ServiceType |
DescriptionType.getServiceArray(int i)
Gets ith "service" element
|
ServiceType |
DescriptionType.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
static ServiceType |
ServiceType.Factory.newInstance() |
static ServiceType |
ServiceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(File file) |
static ServiceType |
ServiceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(InputStream is) |
static ServiceType |
ServiceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Node node) |
static ServiceType |
ServiceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Reader r) |
static ServiceType |
ServiceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(URL u) |
static ServiceType |
ServiceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr) |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDocument.setService(ServiceType service)
Sets the "service" element
|
void |
DescriptionType.setServiceArray(int i,
ServiceType service)
Sets ith "service" element
|
void |
DescriptionType.setServiceArray(ServiceType[] serviceArray)
Sets array of all "service" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTypeImpl
An XML ServiceType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
ServiceDocumentImpl.addNewService()
Appends and returns a new empty "service" element
|
ServiceType |
DescriptionTypeImpl.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceType |
ServiceDocumentImpl.getService()
Gets the "service" element
|
ServiceType[] |
DescriptionTypeImpl.getServiceArray()
Gets array of all "service" elements
|
ServiceType |
DescriptionTypeImpl.getServiceArray(int i)
Gets ith "service" element
|
ServiceType |
DescriptionTypeImpl.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDocumentImpl.setService(ServiceType service)
Sets the "service" element
|
void |
DescriptionTypeImpl.setServiceArray(int i,
ServiceType service)
Sets ith "service" element
|
void |
DescriptionTypeImpl.setServiceArray(ServiceType[] serviceArray)
Sets array of all "service" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.