Package cgl.narada.wsinfra.deployment

Contains a prototype deployment container that provides classic one-way message exchange between service endpoints.

See:
          Description

Interface Summary
DeploymentContainer This interface snapshots the basic functionalities supported by our prototype hosting environment.
FilterPipeline This interface outlines functionality within the FilterPipeline.
NetworkSubstrate This class snapshots the basic capabilities that need to be implemented by anyone attempting to register a network substrate with the filter pipeline.
ServiceMessageListener In our prototype hosting environment, service endpoints can register listeners for both soapMessages and for exceptions.
SOAPContext Encapsulates the context of the message currently under processing.
 

Class Summary
Filter This abstract class implements the functionality of a filter within our deployment environment.
FilterPipelineFactory This class provides a Factory for creating filter pipelines.
SOAPContextFactory A Factory class which facilitates the creation of SOAPContexts.
 

Package cgl.narada.wsinfra.deployment Description

Contains a prototype deployment container that provides classic one-way message exchange between service endpoints. Incorporates support for the concepts of a filter-pipelines and filters; filters can be dynamically added, removed, substituted and reorganized within the filter pipeline. This prototype hosting environment provides an excellent environment for testing Web Service specifications.