AnonymousServiceFactory | Returns an anonymous service for the given QoS. | code | html |
AsyncCallback | This class only "holds" the Synapse out message context for the Synapse callback message receiver when a response is received or error is encountered | code | html |
Axis2FlexibleMEPClient | This is a simple client that handles both in only and in out | code | html |
Axis2MessageContext | This is the MessageContext implementation that synapse uses almost all the time because Synapse is implemented on top of the Axis2 | code | html |
Axis2Sender | This class helps the Axis2SynapseEnvironment implement the send method | code | html |
Axis2SynapseEnvironment | This is the Axis2 implementation of the SynapseEnvironment | code | html |
CustomURIResolver | Class that adapts a ResourceMap to URIResolver . | code | html |
CustomWSDLLocator | Class that adapts a ResourceMap object to WSDLLocator . | code | html |
DynamicAxisOperation | DynamicAxisOperation which switch dynamically between MEPs | code | html |
DynamicAxisOperation.DynamicOperationClient | code | html | |
MediatorDeployer | This will support the hot deployment and hot update of the mediators at runtime using the Axis2 concepts of deployers | code | html |
MessageContextCreatorForAxis2 | The MessageContext needs to be set up and then is used by the SynapseMessageReceiver to inject messages. | code | html |
ProxyService | code | html | |
ProxyServiceMessageReceiver | This is the MessageReceiver set to act on behalf of Proxy services. | code | html |
ResourceMap | A resource map. | code | html |
SOAPUtils | code | html | |
SynapseAxisServlet | Extends axis2 servlet functionality so that avoid starting listeners again | code | html |
SynapseCallbackReceiver | This is the message receiver that receives the responses for outgoing messages sent out by Synapse. | code | html |
SynapseDispatcher | This is the Axis2 Dispatcher which is registered with the Axis2 engine. | code | html |
SynapseInitializationModule | This is the Synapse Module implementation class, which would initialize Synapse when it is deployed onto an Axis2 configuration. | code | html |
SynapseMessageReceiver | This message receiver should be configured in the Axis2 configuration as the default message receiver, which will handle all incoming messages through the synapse mediation | code | html |
SynapseMustUnderstandHandler | This is a handler for axis2 which will clear the mustUnderstand ness of the headers if there are any after the Dispatch, which will allow Synapse to get the message even with unprocessed mustUnderstand headers | code | html |
SynapseStartUpServlet | When Synapse is deployed on a WAR container, this is the init servlet that kicks off the Synapse instance, calling on the ServerManager | code | html |
TimeoutHandler | An object of this class is registered to be invoked in some predefined time intervals. | code | html |