Package org.jboss.remotingjmx
Interface ServerMessageInterceptorFactory
-
public interface ServerMessageInterceptorFactory- Author:
- Kabir Khan, Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerMessageInterceptorcreate(org.jboss.remoting3.Channel channel)Creates a server message interceptor when a channel is opened
-
-
-
Method Detail
-
create
ServerMessageInterceptor create(org.jboss.remoting3.Channel channel)
Creates a server message interceptor when a channel is opened- Parameters:
channel- the opened channel- Returns:
- the created event handler
-
-