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
 cgl.narada.wsinfra.schemas.wsrm.AckRequestedDocument getAckRequested(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves the AckRequested document from within the specified XmlCursor
 cgl.narada.wsinfra.schemas.wsrm.CreateSequenceDocument getCreateSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves element from the body of the SOAP message
 cgl.narada.wsinfra.schemas.wsrm.CreateSequenceResponseDocument getCreateSequenceResponseDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves element from the body of the SOAP message.
 cgl.narada.wsinfra.schemas.utility.IdentifierDocument getIdentifierDocument(XmlCursor xmlCursor)
          Retrieves the IdentifierDocument from within the speicified XmlCursor
 cgl.narada.wsinfra.schemas.wsrm.SequenceAcknowledgementDocument getSequenceAcknowledgement(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves the Sequence Acknowledgement document from within the specified XmlCursor
 cgl.narada.wsinfra.schemas.wsrm.SequenceDocument getSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves the SequenceDocument from within the specified XmlCursor
 cgl.narada.wsinfra.schemas.wsrm.TerminateSequenceDocument getTerminateSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
          Retrieves element from the body of the SOAP message.
 

Method Detail

getCreateSequenceDocument

public cgl.narada.wsinfra.schemas.wsrm.CreateSequenceDocument getCreateSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                                 throws WsFaultException
Retrieves element from the body of the SOAP message

Throws:
WsFaultException

getCreateSequenceResponseDocument

public cgl.narada.wsinfra.schemas.wsrm.CreateSequenceResponseDocument getCreateSequenceResponseDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                                                 throws WsFaultException
Retrieves element from the body of the SOAP message.

Throws:
WsFaultException

getTerminateSequenceDocument

public cgl.narada.wsinfra.schemas.wsrm.TerminateSequenceDocument getTerminateSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                                       throws WsFaultException
Retrieves element from the body of the SOAP message.

Throws:
WsFaultException

getIdentifierDocument

public cgl.narada.wsinfra.schemas.utility.IdentifierDocument getIdentifierDocument(XmlCursor xmlCursor)
                                                                            throws WsFaultException
Retrieves the IdentifierDocument from within the speicified XmlCursor

Throws:
WsFaultException

getSequenceAcknowledgement

public cgl.narada.wsinfra.schemas.wsrm.SequenceAcknowledgementDocument getSequenceAcknowledgement(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                                           throws WsFaultException
Retrieves the Sequence Acknowledgement document from within the specified XmlCursor

Throws:
WsFaultException

getAckRequested

public cgl.narada.wsinfra.schemas.wsrm.AckRequestedDocument getAckRequested(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                     throws WsFaultException
Retrieves the AckRequested document from within the specified XmlCursor

Throws:
WsFaultException

getSequenceDocument

public cgl.narada.wsinfra.schemas.wsrm.SequenceDocument getSequenceDocument(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument)
                                                                     throws WsFaultException
Retrieves the SequenceDocument from within the specified XmlCursor

Throws:
WsFaultException