Package | Description |
---|---|
org.w3.x2003.x05.soapEnvelope | |
org.w3.x2003.x05.soapEnvelope.impl |
Modifier and Type | Method and Description |
---|---|
Body |
Envelope.addNewBody()
Appends and returns a new empty "Body" element
|
Body |
BodyDocument.addNewBody()
Appends and returns a new empty "Body" element
|
Body |
Envelope.getBody()
Gets the "Body" element
|
Body |
BodyDocument.getBody()
Gets the "Body" element
|
static Body |
Body.Factory.newInstance() |
static Body |
Body.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(File file) |
static Body |
Body.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(InputStream is) |
static Body |
Body.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(Node node) |
static Body |
Body.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(Reader r) |
static Body |
Body.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(String xmlAsString) |
static Body |
Body.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(URL u) |
static Body |
Body.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Body |
Body.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Body |
Body.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Body |
Body.Factory.parse(XMLStreamReader sr) |
static Body |
Body.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Envelope.setBody(Body body)
Sets the "Body" element
|
void |
BodyDocument.setBody(Body body)
Sets the "Body" element
|
Modifier and Type | Class and Description |
---|---|
class |
BodyImpl
An XML Body(@http://www.w3.org/2003/05/soap-envelope).
|
Modifier and Type | Method and Description |
---|---|
Body |
EnvelopeImpl.addNewBody()
Appends and returns a new empty "Body" element
|
Body |
BodyDocumentImpl.addNewBody()
Appends and returns a new empty "Body" element
|
Body |
EnvelopeImpl.getBody()
Gets the "Body" element
|
Body |
BodyDocumentImpl.getBody()
Gets the "Body" element
|
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeImpl.setBody(Body body)
Sets the "Body" element
|
void |
BodyDocumentImpl.setBody(Body body)
Sets the "Body" element
|
Copyright © 2019. All Rights Reserved.