|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Body | |
|---|---|
| org.w3.x2003.x05.soapEnvelope | |
| org.w3.x2003.x05.soapEnvelope.impl | |
| Uses of Body in org.w3.x2003.x05.soapEnvelope |
|---|
| Methods in org.w3.x2003.x05.soapEnvelope that return Body | |
|---|---|
Body |
BodyDocument.addNewBody()
Appends and returns a new empty "Body" element |
Body |
Envelope.addNewBody()
Appends and returns a new empty "Body" element |
Body |
BodyDocument.getBody()
Gets the "Body" element |
Body |
Envelope.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(java.io.File file)
|
static Body |
Body.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Body |
Body.Factory.parse(java.io.InputStream is)
|
static Body |
Body.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Body |
Body.Factory.parse(org.w3c.dom.Node node)
|
static Body |
Body.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Body |
Body.Factory.parse(java.io.Reader r)
|
static Body |
Body.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Body |
Body.Factory.parse(java.lang.String xmlAsString)
|
static Body |
Body.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Body |
Body.Factory.parse(java.net.URL u)
|
static Body |
Body.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static Body |
Body.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Body | |
|---|---|
void |
BodyDocument.setBody(Body body)
Sets the "Body" element |
void |
Envelope.setBody(Body body)
Sets the "Body" element |
| Uses of Body in org.w3.x2003.x05.soapEnvelope.impl |
|---|
| Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Body | |
|---|---|
class |
BodyImpl
An XML Body(@http://www.w3.org/2003/05/soap-envelope). |
| Methods in org.w3.x2003.x05.soapEnvelope.impl that return Body | |
|---|---|
Body |
BodyDocumentImpl.addNewBody()
Appends and returns a new empty "Body" element |
Body |
EnvelopeImpl.addNewBody()
Appends and returns a new empty "Body" element |
Body |
BodyDocumentImpl.getBody()
Gets the "Body" element |
Body |
EnvelopeImpl.getBody()
Gets the "Body" element |
| Methods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Body | |
|---|---|
void |
BodyDocumentImpl.setBody(Body body)
Sets the "Body" element |
void |
EnvelopeImpl.setBody(Body body)
Sets the "Body" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||