|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AddressingHeaders
This interface accumulates all WS-Addressing related headers that can be present in the Header of a SOAP message. This is useful since WS-Addressing elements are not nested.
| Method Summary | |
|---|---|
ActionDocument |
getAction()
Retrieves the Action element. |
FaultToDocument |
getFaultTo()
Retrieves the FaultTo element. |
FromDocument |
getFrom()
Retrieves the From element. |
MessageIDDocument |
getMessageID()
Retrieves the MessageID element. |
RelatesToDocument |
getRelatesTo()
Retrieves the RelatesTo element. |
ReplyAfterDocument |
getReplyAfter()
Retrieves the ReplyAfter element. |
ReplyToDocument |
getReplyTo()
Retrieves the ReplyTo element. |
ToDocument |
getTo()
Retrieves the To element. |
boolean |
hasAction()
Checks if an action has been specified |
boolean |
hasFaultTo()
Checks to see if the FaultTo element is available |
boolean |
hasFrom()
Checks to see if the From element is available |
boolean |
hasMessageID()
Checks to see if the MessageID element is available |
boolean |
hasRelatesTo()
Checks to see if the RelatesTo element is available |
boolean |
hasReplyAfter()
Checks to see if the ReplyAfter element is available |
boolean |
hasReplyTo()
Checks to see if the ReplyTo element is available |
boolean |
hasTo()
Checks to see if the To element is available |
| Method Detail |
|---|
ActionDocument getAction()
boolean hasAction()
FromDocument getFrom()
boolean hasFrom()
ToDocument getTo()
boolean hasTo()
ReplyToDocument getReplyTo()
boolean hasReplyTo()
ReplyAfterDocument getReplyAfter()
boolean hasReplyAfter()
FaultToDocument getFaultTo()
boolean hasFaultTo()
RelatesToDocument getRelatesTo()
boolean hasRelatesTo()
MessageIDDocument getMessageID()
boolean hasMessageID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||