Class SystemIdFilterProcessor

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

    public class SystemIdFilterProcessor
    extends java.lang.Object
    implements org.apache.camel.AsyncProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.camel.Exchange exchange)  
      boolean process​(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)  
      • Methods inherited from class java.lang.Object

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

      • SystemIdFilterProcessor

        public SystemIdFilterProcessor​(java.lang.String systemId)
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws java.lang.Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        java.lang.Exception
      • process

        public boolean process​(org.apache.camel.Exchange exchange,
                               org.apache.camel.AsyncCallback callback)
        Specified by:
        process in interface org.apache.camel.AsyncProcessor