Interface ServerMessageInterceptorFactory


public interface ServerMessageInterceptorFactory
Author:
Kabir Khan, Darran Lofthouse
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.jboss.remoting3.Channel channel)
    Creates a server message interceptor when a channel is opened
  • Method Details

    • 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