Class JaxbUtilsUnmarshalProcessor

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

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

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.camel.Exchange exchange)
      Make sure that this method is fast because it is used to deserialize JMS messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

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

      • JaxbUtilsUnmarshalProcessor

        public JaxbUtilsUnmarshalProcessor​(java.lang.Class clazz)
      • JaxbUtilsUnmarshalProcessor

        public JaxbUtilsUnmarshalProcessor​(java.lang.String className)
                                    throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws java.lang.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:
        java.lang.Exception