Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TService |
TDefinitions.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
TService[] |
TDefinitions.getServiceArray()
Deprecated.
|
TService |
TDefinitions.getServiceArray(int i)
Gets ith "service" element
|
TService |
TDefinitions.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
static TService |
TService.Factory.newInstance() |
static TService |
TService.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(File file) |
static TService |
TService.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(InputStream is) |
static TService |
TService.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(Node node) |
static TService |
TService.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(Reader r) |
static TService |
TService.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(String xmlAsString) |
static TService |
TService.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(URL u) |
static TService |
TService.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TService |
TService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TService |
TService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TService |
TService.Factory.parse(XMLStreamReader sr) |
static TService |
TService.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TService> |
TDefinitions.getServiceList()
Gets a List of "service" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitions.setServiceArray(int i,
TService service)
Sets ith "service" element
|
void |
TDefinitions.setServiceArray(TService[] serviceArray)
Sets array of all "service" element
|
Modifier and Type | Class and Description |
---|---|
class |
TServiceImpl
An XML tService(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TService |
TDefinitionsImpl.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
TService[] |
TDefinitionsImpl.getServiceArray()
Deprecated.
|
TService |
TDefinitionsImpl.getServiceArray(int i)
Gets ith "service" element
|
TService |
TDefinitionsImpl.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
Modifier and Type | Method and Description |
---|---|
List<TService> |
TDefinitionsImpl.getServiceList()
Gets a List of "service" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitionsImpl.setServiceArray(int i,
TService service)
Sets ith "service" element
|
void |
TDefinitionsImpl.setServiceArray(TService[] serviceArray)
Sets array of all "service" element
|
Copyright © 2019. All Rights Reserved.