|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParseWsaHeaders
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 |
|---|
AddressingHeaders getAddressingHeaders(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
ActionDocument getAction(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
FromDocument getFrom(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
ToDocument getTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
ReplyToDocument getReplyTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
ReplyAfterDocument getReplyAfter(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
FaultToDocument getFaultTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
RelatesToDocument getRelatesTo(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
MessageIDDocument getMessageID(EnvelopeDocument envelopeDocument)
throws ParsingException
ParsingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||