Class MessageDecoder

Object
MessageDecoder
All Implemented Interfaces:
Decoder, Decoder.Text<Message>

public class MessageDecoder extends Object implements Decoder.Text<Message>
  • Constructor Details

    • MessageDecoder

      public MessageDecoder()
  • Method Details

    • decode

      public Message decode(String s) throws DecodeException
      Specified by:
      decode in interface Decoder.Text<Message>
      Throws:
      DecodeException
    • willDecode

      public boolean willDecode(String s)
      Specified by:
      willDecode in interface Decoder.Text<Message>
    • init

      public void init(EndpointConfig endpointConfig)
      Specified by:
      init in interface Decoder
    • destroy

      public void destroy()
      Specified by:
      destroy in interface Decoder