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


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 436993 $, $Date: 2006-08-26 00:36:56 +0200 (Sat, 26 Aug 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)
See Also:
DemuxingProtocolCodecFactory

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

Method Detail

getDecoder

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

Throws:
Exception


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.