org.apache.camel.processor
Class InterceptEndpointProcessor

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.processor.DelegateProcessor
          extended by org.apache.camel.processor.InterceptEndpointProcessor
All Implemented Interfaces:
Navigate, Processor, Service

public class InterceptEndpointProcessor
extends DelegateProcessor

Endpoint intercept processor so we know the processor is supposed to intercept an andpoint.

Version:
$Revision: 768955 $

Field Summary
 
Fields inherited from class org.apache.camel.processor.DelegateProcessor
processor
 
Constructor Summary
InterceptEndpointProcessor(String uri)
           
InterceptEndpointProcessor(String uri, Processor processor)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.camel.processor.DelegateProcessor
doStart, doStop, getProcessor, hasNext, next, proceed, process, processNext, setProcessor
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptEndpointProcessor

public InterceptEndpointProcessor(String uri)

InterceptEndpointProcessor

public InterceptEndpointProcessor(String uri,
                                  Processor processor)
Method Detail

toString

public String toString()
Overrides:
toString in class DelegateProcessor


Copyright © 2009 Apache Software Foundation. All Rights Reserved.