Return-Path: Delivered-To: apmail-ws-synapse-dev-archive@www.apache.org Received: (qmail 80109 invoked from network); 27 Jul 2007 13:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 13:59:55 -0000 Received: (qmail 75415 invoked by uid 500); 27 Jul 2007 13:59:42 -0000 Delivered-To: apmail-ws-synapse-dev-archive@ws.apache.org Received: (qmail 75364 invoked by uid 500); 27 Jul 2007 13:59:41 -0000 Mailing-List: contact synapse-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: synapse-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list synapse-dev@ws.apache.org Received: (qmail 75291 invoked by uid 99); 27 Jul 2007 13:59:41 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 06:59:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 13:59:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3F457141F7 for ; Fri, 27 Jul 2007 06:59:18 -0700 (PDT) Message-ID: <16821840.1185544758864.JavaMail.jira@brutus> Date: Fri, 27 Jul 2007 06:59:18 -0700 (PDT) From: "Paul Fremantle (JIRA)" To: synapse-dev@ws.apache.org Subject: [jira] Created: (SYNAPSE-110) Add a Lifecycle interface that Synapse can call on objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: synapse-dev-unsubscribe@ws.apache.org For additional commands, e-mail: synapse-dev-help@ws.apache.org