Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
TFault
An XML tFault(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TFaultRes
An XML tFaultRes(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TBody |
BodyDocument.addNewBody()
Appends and returns a new empty "body" element
|
TBody |
BodyDocument.getBody()
Gets the "body" element
|
static TBody |
TBody.Factory.newInstance() |
static TBody |
TBody.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(File file) |
static TBody |
TBody.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(InputStream is) |
static TBody |
TBody.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(Node node) |
static TBody |
TBody.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(Reader r) |
static TBody |
TBody.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(String xmlAsString) |
static TBody |
TBody.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(URL u) |
static TBody |
TBody.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TBody |
TBody.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TBody |
TBody.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TBody |
TBody.Factory.parse(XMLStreamReader sr) |
static TBody |
TBody.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
BodyDocument.setBody(TBody body)
Sets the "body" element
|
Modifier and Type | Class and Description |
---|---|
class |
TBodyImpl
An XML tBody(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TFaultImpl
An XML tFault(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TFaultResImpl
An XML tFaultRes(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TBody |
BodyDocumentImpl.addNewBody()
Appends and returns a new empty "body" element
|
TBody |
BodyDocumentImpl.getBody()
Gets the "body" element
|
Modifier and Type | Method and Description |
---|---|
void |
BodyDocumentImpl.setBody(TBody body)
Sets the "body" element
|
Copyright © 2019. All Rights Reserved.