cgl.narada.wsinfra.wsrm
Interface WsrmNodeUtils

All Known Implementing Classes:
WsrmNodeUtilsImpl

public interface WsrmNodeUtils

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
 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.
 

Method Detail

getCreateSequenceDocument

public CreateSequenceDocument getCreateSequenceDocument(EnvelopeDocument envelopeDocument)
                                                 throws WsFaultException
Retrieves element from the body of the SOAP message

Throws:
WsFaultException

getCreateSequenceResponseDocument

public CreateSequenceResponseDocument getCreateSequenceResponseDocument(EnvelopeDocument envelopeDocument)
                                                                 throws WsFaultException
Retrieves element from the body of the SOAP message.

Throws:
WsFaultException

getTerminateSequenceDocument

public TerminateSequenceDocument getTerminateSequenceDocument(EnvelopeDocument envelopeDocument)
                                                       throws WsFaultException
Retrieves element from the body of the SOAP message.

Throws:
WsFaultException

getIdentifierDocument

public IdentifierDocument getIdentifierDocument(XmlCursor xmlCursor)
                                         throws WsFaultException
Retrieves the IdentifierDocument from within the speicified XmlCursor

Throws:
WsFaultException

getSequenceAcknowledgement

public SequenceAcknowledgementDocument getSequenceAcknowledgement(EnvelopeDocument envelopeDocument)
                                                           throws WsFaultException
Retrieves the Sequence Acknowledgement document from within the specified XmlCursor

Throws:
WsFaultException

getAckRequested

public AckRequestedDocument getAckRequested(EnvelopeDocument envelopeDocument)
                                     throws WsFaultException
Retrieves the AckRequested document from within the specified XmlCursor

Throws:
WsFaultException

getSequenceDocument

public SequenceDocument getSequenceDocument(EnvelopeDocument envelopeDocument)
                                     throws WsFaultException
Retrieves the SequenceDocument from within the specified XmlCursor

Throws:
WsFaultException


>