|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsrm.impl.WsrmElementAdditionImpl
public class WsrmElementAdditionImpl
This is a class which facilitates the addition of WSRM elements to a SOAP enevelope. Depending on the exchange the elements are added either to the header or body of the SOAP envelope, with the Action Documents appropriately initialized.
| Method Summary | |
|---|---|
boolean |
addAckRequested(EnvelopeDocument envelopeDocument,
AckRequestedDocument ackRequestedDocument)
Adds an AckRequested document to the specified envelope. |
boolean |
addSequence(EnvelopeDocument envelopeDocument,
SequenceDocument sequenceDocument)
Adds a sequence document to the specified envelope. |
boolean |
addSequenceAcknowledgement(EnvelopeDocument envelopeDocument,
SequenceAcknowledgementDocument seqAckDocument)
Adds a SequenceAcknowledgement element to the specified enevelope. |
boolean |
addTerminateSequence(EnvelopeDocument envelopeDocument,
TerminateSequenceDocument terminateSequenceDocument)
Adds a terminate sequence to the specified envelope. |
static WsrmElementAddition |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrmElementAddition getInstance()
public boolean addSequence(EnvelopeDocument envelopeDocument,
SequenceDocument sequenceDocument)
addSequence in interface WsrmElementAddition
public boolean addAckRequested(EnvelopeDocument envelopeDocument,
AckRequestedDocument ackRequestedDocument)
addAckRequested in interface WsrmElementAddition
public boolean addSequenceAcknowledgement(EnvelopeDocument envelopeDocument,
SequenceAcknowledgementDocument seqAckDocument)
addSequenceAcknowledgement in interface WsrmElementAddition
public boolean addTerminateSequence(EnvelopeDocument envelopeDocument,
TerminateSequenceDocument terminateSequenceDocument)
addTerminateSequence in interface WsrmElementAddition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||