Add a Lifecycle interface that Synapse can call on objects
----------------------------------------------------------

                 Key: SYNAPSE-110
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-110
             Project: Synapse
          Issue Type: Improvement
            Reporter: Paul Fremantle
             Fix For: 1.0.1


interface org.apache.synapse.LifeCycle {
    void init(SynapseEnvironment se);
    void destroy();
}

Mediators that implement this interface will have it called after properties 
are set but before any messages are passed.

Also define a place in the config where such classes can be defined and will be 
called and configured at startup time.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to