|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a utility class which takes an XmlCursor and retrives all the WS-Addressing headers that can be located.
| Method Summary | |
ActionDocument |
getAction(EnvelopeDocument envelopeDocument)
Retrive the [wsa:Action] from within the SOAP envelope. |
AddressingHeaders |
getAddressingHeaders(EnvelopeDocument envelopeDocument)
This method retrives the WS-Addressing headers that are available within the SOAP envelope |
FaultToDocument |
getFaultTo(EnvelopeDocument envelopeDocument)
Retrive the [wsa:FaultTo] from within the SOAP envelope. |
FromDocument |
getFrom(EnvelopeDocument envelopeDocument)
Retrive the [wsa:From] from within the SOAP envelope. |
MessageIDDocument |
getMessageID(EnvelopeDocument envelopeDocument)
Retrive the [wsa:MessageID] from within the SOAP envelope. |
RelatesToDocument |
getRelatesTo(EnvelopeDocument envelopeDocument)
Retrive the [wsa:RelatesTo] from within the SOAP envelope. |
ReplyAfterDocument |
getReplyAfter(EnvelopeDocument envelopeDocument)
Retrive the [wsa:ReplyAfter] from within the SOAP envelope. |
ReplyToDocument |
getReplyTo(EnvelopeDocument envelopeDocument)
Retrive the [wsa:ReplyTo] from within the SOAP envelope. |
ToDocument |
getTo(EnvelopeDocument envelopeDocument)
Retrive the [wsa:To] from within the SOAP envelope. |
| Method Detail |
public AddressingHeaders getAddressingHeaders(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public ActionDocument getAction(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public FromDocument getFrom(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public ToDocument getTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public ReplyToDocument getReplyTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public ReplyAfterDocument getReplyAfter(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public FaultToDocument getFaultTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public RelatesToDocument getRelatesTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
public MessageIDDocument getMessageID(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||