Class JaxbMessageParser<T extends MessageBase>

    • Constructor Detail

    • Method Detail

      • unMarshallData

        protected void unMarshallData​(InputStream stream)
                               throws SdkException
        When overridden in derived class it un-marshals the data.
        Parameters:
        stream - A InputStream instance containing message data.
        Throws:
        ProtocolException - the exception was thrown while un-marshaling the data.
        SdkException
      • getEncoding

        public String getEncoding()
        Gets the configured character encoding for the parser.
        Returns:
        - a string, i.e. UTF-8