Author: pzf
Date: Fri Mar 31 00:31:57 2006
New Revision: 390365
URL: http://svn.apache.org/viewcvs?rev=390365&view=rev
Log:
Based on the discussion we had (a while back) and vote to refactor the
mediators and processors, these are the changes.
Processor is now Deprecated as is ProcessorConfigurator.
Processors have been merged with Mediators. To create a Mediator with your own
XML you create a MediatorFactory.
The SynapseEnvironment is now available using the
SynapseMessage.getSynapseEnvironment(), so EnvironmentAware is now deprecated
too.
All the tests work on my machine, however, I haven't yet done a full system
test.
Modified:
incubator/synapse/trunk/java/modules/extensions/project.xml
Modified: incubator/synapse/trunk/java/modules/extensions/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/modules/extensions/project.xml?rev=390365&r1=390364&r2=390365&view=diff
==============================================================================
--- incubator/synapse/trunk/java/modules/extensions/project.xml (original)
+++ incubator/synapse/trunk/java/modules/extensions/project.xml Fri Mar 31
00:31:57 2006
@@ -44,7 +44,7 @@
<resource>
<directory>src</directory>
<includes>
-
<include>**/org.apache.synapse.xml.ProcessorConfigurator</include>
+
<include>**/org.apache.synapse.xml.MediatorFactory</include>
</includes>
</resource>
</resources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]