Package org.jboss.as.protocol.mgmt
Interface ManagementMessageHandler
-
- All Known Implementing Classes:
AbstractMessageHandler,ManagementChannelHandler
public interface ManagementMessageHandlerInterface implemented by classes able to handle a management protocol message coming in from a JBoss RemotingChannel.- Author:
- Emanuel Muckenhuber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header)Handle a message on the channel.
-
-
-
Method Detail
-
handleMessage
void handleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) throws IOExceptionHandle a message on the channel.- Parameters:
channel- the channelinput- the data inputheader- the header- Throws:
IOException
-
-