Interface MessageDecoderFactory
- All Known Implementing Classes:
DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory, DemuxingProtocolDecoder.SingletonMessageDecoderFactory
public interface MessageDecoderFactory
A factory that creates a new instance of
MessageDecoder.- See Also:
-
Method Summary
-
Method Details
-
getDecoder
Creates a new message decoder.- Returns:
- The created decoder
- Throws:
Exception- If we weren't able to create the decoder
-