Package org.jboss.remotingjmx
Interface ServerMessageInterceptorFactory
public interface ServerMessageInterceptorFactory
- Author:
- Kabir Khan, Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.jboss.remoting3.Channel channel) Creates a server message interceptor when a channel is opened
-
Method Details
-
create
Creates a server message interceptor when a channel is opened- Parameters:
channel- the opened channel- Returns:
- the created event handler
-