Class JaxbUtilsUnmarshalProcessor

  • All Implemented Interfaces:
    org.apache.camel.Processor

    public class JaxbUtilsUnmarshalProcessor
    extends Object
    implements org.apache.camel.Processor
    This Camel Processor uses JaxbUtils to unmarshal classes from XML String representations.
    Author:
    Seth
    • Field Detail

      • LOG

        public static final org.slf4j.Logger LOG
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws Exception
        Make sure that this method is fast because it is used to deserialize JMS messages.
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        Exception