|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsrm.impl.WsrmNodeUtilsImpl
public class WsrmNodeUtilsImpl
This is a utility class which faciliates the retrieval of elements pertaining to WSRM that reside in the SOAP enevelope.
| Method Summary | |
|---|---|
AckRequestedDocument |
getAckRequested(EnvelopeDocument envelopeDocument)
Retrieves the AckRequested document from within the specified XmlCursor |
CreateSequenceDocument |
getCreateSequenceDocument(EnvelopeDocument envelopeDocument)
Retrieves element from the body of the SOAP message |
CreateSequenceResponseDocument |
getCreateSequenceResponseDocument(EnvelopeDocument envelopeDocument)
Retrieves element from the body of the SOAP message. |
IdentifierDocument |
getIdentifierDocument(XmlCursor xmlCursor)
Retrieves the IdentifierDocument from within the speicified XmlCursor |
static WsrmNodeUtils |
getInstance()
|
SequenceAcknowledgementDocument |
getSequenceAcknowledgement(EnvelopeDocument envelopeDocument)
Retrieves the Sequence Acknowledgement document from within the specified XmlCursor |
SequenceDocument |
getSequenceDocument(EnvelopeDocument envelopeDocument)
Retrieves the SequenceDocument from within the specified XmlCursor |
TerminateSequenceDocument |
getTerminateSequenceDocument(EnvelopeDocument envelopeDocument)
Retrieves element from the body of the SOAP message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrmNodeUtils getInstance()
public CreateSequenceDocument getCreateSequenceDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getCreateSequenceDocument in interface WsrmNodeUtilsWsFaultException
public CreateSequenceResponseDocument getCreateSequenceResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getCreateSequenceResponseDocument in interface WsrmNodeUtilsWsFaultException
public TerminateSequenceDocument getTerminateSequenceDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getTerminateSequenceDocument in interface WsrmNodeUtilsWsFaultException
public IdentifierDocument getIdentifierDocument(XmlCursor xmlCursor)
throws WsFaultException
getIdentifierDocument in interface WsrmNodeUtilsWsFaultException
public SequenceAcknowledgementDocument getSequenceAcknowledgement(EnvelopeDocument envelopeDocument)
throws WsFaultException
getSequenceAcknowledgement in interface WsrmNodeUtilsWsFaultException
public AckRequestedDocument getAckRequested(EnvelopeDocument envelopeDocument)
throws WsFaultException
getAckRequested in interface WsrmNodeUtilsWsFaultException
public SequenceDocument getSequenceDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getSequenceDocument in interface WsrmNodeUtilsWsFaultException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||