org.apache.synapse |
|
Java Source File Name | Type | Comment |
Command.java | Interface | |
FaultHandler.java | Class | This is an abstract class that handles an unexpected error during Synapse mediation, but looking
at the stack of registered FaultHanders and invoking on them as appropriate. |
ManagedLifecycle.java | Interface | This interface defines all the managed stateful parts of Synapse
including the configuration itself. |
Mediator.java | Interface | All Synapse mediators must implement this Mediator interface. |
MessageContext.java | Interface | The Synapse Message Context is available to all mediators through which it flows. |
ServerManager.java | Class | To manage the Synapse Server instances. |
Startup.java | Interface | This startup interface will be instantiated to create startup tasks. |
SynapseConstants.java | Class | |
SynapseException.java | Class | |
SynapseServer.java | Class | |
TestMediateHandler.java | Interface | |
TestMediator.java | Class | Test mediator class. |
TestMessageContext.java | Class | |