Package org.apache.synapse

Interface Summary
Command This is the Command interface that will be implemented to write command objects, but it is not required to implement this interface Synapse will use reflection to find an execute method as a convention in the command pattern and will start the execution from the execute method
ManagedLifecycle This interface defines all the managed stateful parts of Synapse including the configuration itself.
Mediator All Synapse mediators must implement this Mediator interface.
MessageContext The Synapse Message Context is available to all mediators through which it flows.
Startup This startup interface will be instantiated to create startup tasks.
 

Class Summary
FaultHandler 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.
ServerManager This is the core class that starts up a Synapse instance.
SynapseConstants Global constants for the Apache Synapse project
SynapseServer This is the class invoked by the command line scripts synapse.sh and synapse-daemon.sh to start an instance of Synapse.
 

Exception Summary
SynapseException Runtime exception for Synapse code to throw
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.