| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Body |
Envelope.body |
| Modifier and Type | Method and Description |
|---|---|
Body |
ObjectFactory.createBody()
Create an instance of
Body |
Body |
Envelope.getBody()
Gets the value of the body property.
|
Body |
Body.withAnies(java.util.Collection<java.lang.Object> values) |
Body |
Body.withAnies(java.util.List<java.lang.Object> value) |
Body |
Body.withAnies(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Envelope.setBody(Body value)
Sets the value of the body property.
|
Envelope |
Envelope.withBody(Body value) |
| Constructor and Description |
|---|
Envelope(Header header,
Body body,
java.util.Map<javax.xml.namespace.QName,java.lang.String> otherAttributes)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.