Package com.ibm.ws.webservices.engine

Interface Summary
Chain  
ClosureHandler  
EngineConfiguration EngineConfiguration is an interface that the Message Flow subsystem provides so that engine configuration can be provided in a pluggable way.
EngineConfigurationFactory EngineConfigurationFactory is an interface used to construct concrete EngineConfiguration instances.
Handler  
MessageContext.OneWayListener  
Part  
PreHandler  
ServiceConfig If a Java class which acts as the target for an WebServices service implements this interface, it may convey metadata about its configuration to the WebServices engine.
WSDDEngineConfiguration Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.
 

Class Summary
Constants  
GuardedMessageContext Instances wrap engine MessageContexts and guard access to the MessageContext properties specified in the guardedProperties set.
Message A complete SOAP (and/or XML-RPC, eventually) message.
MessageContext MessageContext is the "root" object for accessing information about a message.
PivotHandlerWrapper PivotHandlerWrapper is intended to provide the logic flow required for a request/pivot/response path, in such a way that it can be used as a temporary thin-wrapper around other managed objects.
ServiceConfigImpl A simple implementation of ServiceConfig.
SimpleChain A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection.
SimpleTargetedChain Extends function of PivotHandlerWrapper to provide: 1.
SOAPPart The SOAPPart provides access to the root part of the Message which contains the envelope.
WebServicesEngine An WebServicesEngine is the base class for ClientEngine and ServerEngine.
WebServicesProperties Configuration properties for AXIS.
 

Exception Summary
ConfigurationException ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
IgnoreSoapBodyException This exception is thrown by the SOAPBodyBuilder class to indicate that the entire SOAP Body element within the SOAP message being parsed should be ignored.
InternalException Encapsulates exceptions for "should never occur" situations.
NoEndPointException This class is used by generated Stubs.
WebServicesFault An exception which maps cleanly to a SOAP fault.