org.jboss.messaging.core.remoting
Interface Interceptor
public interface Interceptor
This is class is a simple way to intercepting server calls on JBoss Messaging.
To Add this interceptor, you have to modify jbm-configuration.xml, or call MinaService.addInterceptor manually.
If you deploy any Interceptor as a POJO on the Microcontainer, MinaService.addInterceptor is called automagically.
- Author:
- clebert.suconic@jboss.com
intercept
void intercept(Packet packet)
throws MessagingException
- Throws:
MessagingException
Copyright © 2006 JBoss Inc. All Rights Reserved.