cgl.narada.wsinfra.wsa
Interface WsaEnvelopeCreator

All Known Implementing Classes:
WsaEnvelopeCreatorImpl

public interface WsaEnvelopeCreator

This is a utility which creates SOAP enevelopes initialized to the specified WSA headers.


Method Summary
 EnvelopeDocument createSoapEnvelope(EndpointReferenceType to, FromDocument from, ActionDocument action)
          Prepare SOAP envelope based on the specified WS-Addressing headers.
 EnvelopeDocument createSoapEnvelope(EndpointReferenceType to, FromDocument from, ActionDocument action, RelatesToDocument relatesTo)
          Prepare SOAP envelope based on the specified WS-Addressing headers.
 EnvelopeDocument createSoapEnvelope(EndpointReferenceType to, FromDocument from, ActionDocument action, ReplyToDocument replyTo, ReplyAfterDocument replyAfter, FaultToDocument faultTo)
          Prepare SOAP envelope based on the specified WS-Addressing headers.
 EnvelopeDocument createSoapEnvelope(FromDocument from)
          Prepare SOAP Envelope based on the specified WS-Addressing header.
 EnvelopeDocument createSoapEnvelope(ToDocument to, FromDocument from, ActionDocument action, ReplyToDocument replyTo, ReplyAfterDocument replyAfter, FaultToDocument faultTo)
          Prepare SOAP envelope based on the specified WS-Addressing headers.
 

Method Detail

createSoapEnvelope

EnvelopeDocument createSoapEnvelope(EndpointReferenceType to,
                                    FromDocument from,
                                    ActionDocument action)
Prepare SOAP envelope based on the specified WS-Addressing headers. Creates the MessageID element automatically.


createSoapEnvelope

EnvelopeDocument createSoapEnvelope(EndpointReferenceType to,
                                    FromDocument from,
                                    ActionDocument action,
                                    RelatesToDocument relatesTo)
Prepare SOAP envelope based on the specified WS-Addressing headers. Creates the MessageID element automatically.


createSoapEnvelope

EnvelopeDocument createSoapEnvelope(EndpointReferenceType to,
                                    FromDocument from,
                                    ActionDocument action,
                                    ReplyToDocument replyTo,
                                    ReplyAfterDocument replyAfter,
                                    FaultToDocument faultTo)
Prepare SOAP envelope based on the specified WS-Addressing headers. Creates the MessageID element automatically.


createSoapEnvelope

EnvelopeDocument createSoapEnvelope(ToDocument to,
                                    FromDocument from,
                                    ActionDocument action,
                                    ReplyToDocument replyTo,
                                    ReplyAfterDocument replyAfter,
                                    FaultToDocument faultTo)
Prepare SOAP envelope based on the specified WS-Addressing headers. Creates the MessageID element automatically.


createSoapEnvelope

EnvelopeDocument createSoapEnvelope(FromDocument from)
Prepare SOAP Envelope based on the specified WS-Addressing header. This method is specifically used by WS-Eventing sources where there application does not know where a message would be sent. This method creates the MessageID element automatically.



For comments and suggestions please send e-mail to The NaradaBrokering Project