Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
TOperation |
OperationDocument.addNewOperation()
Appends and returns a new empty "operation" element
|
TOperation |
OperationDocument.getOperation()
Gets the "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 |
---|---|
void |
OperationDocument.setOperation(TOperation operation)
Sets the "operation" element
|
Modifier and Type | Class and Description |
---|---|
class |
TOperationImpl
An XML tOperation(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TOperation |
OperationDocumentImpl.addNewOperation()
Appends and returns a new empty "operation" element
|
TOperation |
OperationDocumentImpl.getOperation()
Gets the "operation" element
|
Modifier and Type | Method and Description |
---|---|
void |
OperationDocumentImpl.setOperation(TOperation operation)
Sets the "operation" element
|
Copyright © 2019. All Rights Reserved.