org.apache.mina.filter.codec.demux
Interface MessageDecoderFactory


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

See Also:
DemuxingProtocolCodecFactory

Method Summary
 MessageDecoder getDecoder()
          Creates a new message decoder.
 

Method Detail

getDecoder

MessageDecoder getDecoder()
                          throws java.lang.Exception
Creates a new message decoder.

Throws:
java.lang.Exception