Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TOperation |
TPortType.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
TOperation[] |
TPortType.getOperationArray()
Deprecated.
|
TOperation |
TPortType.getOperationArray(int i)
Gets ith "operation" element
|
TOperation |
TPortType.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
static TOperation |
TOperation.Factory.newInstance() |
static TOperation |
TOperation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(File file) |
static TOperation |
TOperation.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(InputStream is) |
static TOperation |
TOperation.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(Node node) |
static TOperation |
TOperation.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(Reader r) |
static TOperation |
TOperation.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(String xmlAsString) |
static TOperation |
TOperation.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(URL u) |
static TOperation |
TOperation.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TOperation |
TOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TOperation |
TOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TOperation |
TOperation.Factory.parse(XMLStreamReader sr) |
static TOperation |
TOperation.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TOperation> |
TPortType.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TPortType.setOperationArray(int i,
TOperation operation)
Sets ith "operation" element
|
void |
TPortType.setOperationArray(TOperation[] operationArray)
Sets array of all "operation" element
|
Modifier and Type | Class and Description |
---|---|
class |
TOperationImpl
An XML tOperation(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TOperation |
TPortTypeImpl.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
TOperation[] |
TPortTypeImpl.getOperationArray()
Deprecated.
|
TOperation |
TPortTypeImpl.getOperationArray(int i)
Gets ith "operation" element
|
TOperation |
TPortTypeImpl.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
Modifier and Type | Method and Description |
---|---|
List<TOperation> |
TPortTypeImpl.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TPortTypeImpl.setOperationArray(int i,
TOperation operation)
Sets ith "operation" element
|
void |
TPortTypeImpl.setOperationArray(TOperation[] operationArray)
Sets array of all "operation" element
|
Copyright © 2019. All Rights Reserved.