| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Header |
Envelope.header |
| Modifier and Type | Method and Description |
|---|---|
Header |
ObjectFactory.createHeader()
Create an instance of
Header |
Header |
Envelope.getHeader()
Gets the value of the header property.
|
Header |
Header.withAnies(java.util.Collection<java.lang.Object> values) |
Header |
Header.withAnies(java.util.List<java.lang.Object> value) |
Header |
Header.withAnies(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Envelope.setHeader(Header value)
Sets the value of the header property.
|
Envelope |
Envelope.withHeader(Header 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 © 2014 Digipost Open Source. All Rights Reserved.