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