|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Body | |
---|---|
org.xmlsoap.schemas.soap.envelope | |
org.xmlsoap.schemas.soap.envelope.impl |
Uses of Body in org.xmlsoap.schemas.soap.envelope |
---|
Methods in org.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope.impl |
---|
Classes in org.xmlsoap.schemas.soap.envelope.impl that implement Body | |
---|---|
class |
BodyImpl
An XML Body(@http://schemas.xmlsoap.org/soap/envelope/). |
Methods in org.xmlsoap.schemas.soap.envelope.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.xmlsoap.schemas.soap.envelope.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 |