|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsa.impl.ParseWsaHeadersImpl
public class ParseWsaHeadersImpl
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 this XmlCursor |
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. |
static ParseWsaHeaders |
getInstance()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ParseWsaHeaders getInstance()
public AddressingHeaders getAddressingHeaders(EnvelopeDocument envelopeDocument)
throws ParsingException
getAddressingHeaders in interface ParseWsaHeadersParsingException
public ActionDocument getAction(EnvelopeDocument envelopeDocument)
throws ParsingException
getAction in interface ParseWsaHeadersParsingException
public FromDocument getFrom(EnvelopeDocument envelopeDocument)
throws ParsingException
getFrom in interface ParseWsaHeadersParsingException
public ToDocument getTo(EnvelopeDocument envelopeDocument)
throws ParsingException
getTo in interface ParseWsaHeadersParsingException
public ReplyToDocument getReplyTo(EnvelopeDocument envelopeDocument)
throws ParsingException
getReplyTo in interface ParseWsaHeadersParsingException
public ReplyAfterDocument getReplyAfter(EnvelopeDocument envelopeDocument)
throws ParsingException
getReplyAfter in interface ParseWsaHeadersParsingException
public FaultToDocument getFaultTo(EnvelopeDocument envelopeDocument)
throws ParsingException
getFaultTo in interface ParseWsaHeadersParsingException
public RelatesToDocument getRelatesTo(EnvelopeDocument envelopeDocument)
throws ParsingException
getRelatesTo in interface ParseWsaHeadersParsingException
public MessageIDDocument getMessageID(EnvelopeDocument envelopeDocument)
throws ParsingException
getMessageID in interface ParseWsaHeadersParsingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||