Package cgl.narada.wsinfra.wsa

Contains interfaces and classes related to the rules govern WS-Addressing.

See:
          Description

Interface Summary
AddressingHeaders This interface accumulates all WS-Addressing related headers that can be present in the Header of a SOAP message.
ParseWsaHeaders This is a utility class which takes an XmlCursor and retrives all the WS-Addressing headers that can be located.
WsaEnvelopeCreator This is a utility which creates SOAP enevelopes initialized to the specified WSA headers.
WsaEprCreator This is a utility class which facilitates the creation of Endpoint References.
WsaEprRules This is a utility class which enforces rules related to the creation of SOAP messages that are targetted to specific Endpoints.
WsaFaultRules This is an interface which conforms to WsaRules related to where a fault should be sent to.
 

Class Summary
WsaActions This class provides a one-stop for all the actions related to WSA.
WsaProcessingFactory A class to retrieve various processing elements related to processing WS-Addressing headers and endpoint references.
 

Package cgl.narada.wsinfra.wsa Description

Contains interfaces and classes related to the rules govern WS-Addressing. Also included are utility classes which are useful for parsing envelope documents to retrieve all possible WSA message information headers.