Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TParam |
TOperation.addNewInput()
Appends and returns a new empty "input" element
|
TParam |
TOperation.addNewOutput()
Appends and returns a new empty "output" element
|
TParam |
TOperation.getInput()
Gets the "input" element
|
TParam |
TOperation.getOutput()
Gets the "output" element
|
static TParam |
TParam.Factory.newInstance() |
static TParam |
TParam.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(File file) |
static TParam |
TParam.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(InputStream is) |
static TParam |
TParam.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(Node node) |
static TParam |
TParam.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(Reader r) |
static TParam |
TParam.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(String xmlAsString) |
static TParam |
TParam.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(URL u) |
static TParam |
TParam.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TParam |
TParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TParam |
TParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TParam |
TParam.Factory.parse(XMLStreamReader sr) |
static TParam |
TParam.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TOperation.setInput(TParam input)
Sets the "input" element
|
void |
TOperation.setOutput(TParam output)
Sets the "output" element
|
Modifier and Type | Class and Description |
---|---|
class |
TParamImpl
An XML tParam(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TParam |
TOperationImpl.addNewInput()
Appends and returns a new empty "input" element
|
TParam |
TOperationImpl.addNewOutput()
Appends and returns a new empty "output" element
|
TParam |
TOperationImpl.getInput()
Gets the "input" element
|
TParam |
TOperationImpl.getOutput()
Gets the "output" element
|
Modifier and Type | Method and Description |
---|---|
void |
TOperationImpl.setInput(TParam input)
Sets the "input" element
|
void |
TOperationImpl.setOutput(TParam output)
Sets the "output" element
|
Copyright © 2019. All Rights Reserved.