org.apache.qpid.management.domain.handler.impl
Interface SchemaResponseMessageHandler.IProcessor

Enclosing class:
SchemaResponseMessageHandler

static interface SchemaResponseMessageHandler.IProcessor

Behavioural interface for classes that are responsible to deal with schema messages.


Method Summary
 void process(org.apache.qpid.transport.codec.Decoder decoder)
          Processes the incoming message using the given decoder.
 

Method Detail

process

void process(org.apache.qpid.transport.codec.Decoder decoder)
Processes the incoming message using the given decoder.

Parameters:
decoder - the decoder used for dealing with incoming message.


Licensed to the Apache Software Foundation