|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
| RoleExecutionEnvironment | The role execution environment is responsible for ensuring that processing related to the execution of roles is performed. |
| RoleManager | The RoleManager is responsible for mantaining information related to the processing of certain roles. |
| RoleRetriever | This class parses a SOAP Message to retrieve the set of trageted roles contained within the SOAP Message. |
| SOAPContextFactory | A Factory class which facilitates the creation of SOAPContexts. |
| SOAPServicesLoader | |
| SOAPServlet | This is the servlet class which can be used by servlets to register themselves for dealing with specific roles. |
| SOAPServletContainer | This container will be used to register SOAP Based roles. |
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.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||