|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Body | |
|---|---|
| org.xmlsoap.schemas.soap.envelope | |
| Uses of Body in org.xmlsoap.schemas.soap.envelope |
|---|
| Fields in org.xmlsoap.schemas.soap.envelope declared as Body | |
|---|---|
protected Body |
Envelope.body
|
| Methods in org.xmlsoap.schemas.soap.envelope that return Body | |
|---|---|
Body |
ObjectFactory.createBody()
Create an instance of Body |
Body |
Envelope.getBody()
Gets the value of the body property. |
Body |
Body.withAnies(Collection<Object> values)
|
Body |
Body.withAnies(List<Object> value)
|
Body |
Body.withAnies(Object... values)
|
| Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Body | |
|---|---|
void |
Envelope.setBody(Body value)
Sets the value of the body property. |
Envelope |
Envelope.withBody(Body value)
|
| Constructors in org.xmlsoap.schemas.soap.envelope with parameters of type Body | |
|---|---|
Envelope(Header header,
Body body,
List<Object> anies,
Map<QName,String> otherAttributes)
Fully-initialising value constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||