[jboss-cvs] JBoss Messaging SVN: r3673 - trunk/src/main/org/jboss/messaging/core/remoting.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 7 13:10:28 EST 2008
Author: clebert.suconic at jboss.com
Date: 2008-02-07 13:10:28 -0500 (Thu, 07 Feb 2008)
New Revision: 3673
Modified:
trunk/src/main/org/jboss/messaging/core/remoting/Interceptor.java
Log:
Just a simple javadoc change
Modified: trunk/src/main/org/jboss/messaging/core/remoting/Interceptor.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/Interceptor.java 2008-02-07 18:04:12 UTC (rev 3672)
+++ trunk/src/main/org/jboss/messaging/core/remoting/Interceptor.java 2008-02-07 18:10:28 UTC (rev 3673)
@@ -13,20 +13,10 @@
/**
*
* This is class is a simple way to intercepting server calls on JBoss Messaging.
- * Deploying it to the POJO Container (Micro Container) is then all you need to do.
*
- * This gives you the option of deploying it on any package you like, as long as you define your Filter.
+ * To Add this interceptor, you have to modify jbm-configuration.xml, or call MinaService.addInterceptor manually.
*
- * Example of configuration file:
- *
- * <code>
- <?xml version="1.0" encoding="UTF-8"?>
- <deployment xmlns="urn:jboss:bean-deployer:2.0">
- <bean name="MyInterceptor" class="a.b.MyClassImplementingPacketFilter"/>
- </deployment>
- </code>
- *
- * Note: This interface only captures messages from client2Server. If you need to capture server at client calls you should substitute the sender parameter by an inner class.
+ * If you deploy any Interceptor as a POJO on the Microcontainer, MinaService.addInterceptor is called automagically.
*
* @author clebert.suconic at jboss.com
*/
More information about the jboss-cvs-commits
mailing list