Interface Interceptor<E extends org.apache.camel.Endpoint>

    • Method Detail

      • getWrappedProcessor

        org.apache.camel.Processor getWrappedProcessor()
        Returns:
        the processor instance wrapped by this interceptor.
      • setWrappedProcessor

        void setWrappedProcessor​(org.apache.camel.Processor wrappedProcessor)
        Lets this interceptor wrap the given processor.
        Parameters:
        wrappedProcessor - processor instance to be wrapped.
      • getEndpoint

        E getEndpoint()
        Returns:
        the endpoint that uses this interceptor
      • setEndpoint

        void setEndpoint​(E endpoint)
        Sets the endpoint that uses this interceptor
        Parameters:
        endpoint - the endpoint that uses this interceptor