|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPAddressingProperties
Subinterface of AddressingProperties
includes methods that
read and write the Message Addressing Properties to a SOAPMessage
.
All individual properties must implement SOAPAddressingElement
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
void |
readHeaders(javax.xml.soap.SOAPMessage message)
Initialize the AddressingProperties object by reading the
AddressingHeaders on the given SOAPMessage . |
void |
setMu(boolean mu)
Sets mustUnderstand attribute on all WS-Addressing header blocks |
void |
writeHeaders(javax.xml.soap.SOAPMessage message)
Write the properties of this AddressingProperties object
as Addressing Headers on a SOAPMessage . |
Methods inherited from interface javax.xml.ws.addressing.AddressingProperties |
---|
getAction, getFaultTo, getFrom, getMessageID, getReferenceParameters, getRelatesTo, getReplyTo, getTo, initializeAsDestination, initializeAsFault, initializeAsReply, setAction, setAction, setFaultTo, setFaultTo, setFrom, setFrom, setMessageID, setMessageID, setRelatesTo, setReplyTo, setReplyTo, setTo, setTo |
Methods inherited from interface javax.xml.ws.addressing.AddressingType |
---|
getNamespaceURI |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
void readHeaders(javax.xml.soap.SOAPMessage message) throws AddressingException
AddressingProperties
object by reading the
AddressingHeaders on the given SOAPMessage
.
message
- The message to be read
AddressingException
- if an error occurs.void writeHeaders(javax.xml.soap.SOAPMessage message) throws AddressingException
AddressingProperties
object
as Addressing Headers on a SOAPMessage
.
message
- The message to be written to.
AddressingException
- if an error occurs.void setMu(boolean mu)
mu
- value of mustUnderstand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |