org.apache.camel.component.servlet
Class ServletConsumer

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer
          extended by org.apache.camel.component.http.HttpConsumer
              extended by org.apache.camel.component.servlet.ServletConsumer
All Implemented Interfaces:
org.apache.camel.Consumer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

public class ServletConsumer
extends org.apache.camel.component.http.HttpConsumer


Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultConsumer
log
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspending
 
Constructor Summary
ServletConsumer(ServletEndpoint endpoint, org.apache.camel.Processor processor)
           
 
Method Summary
 ServletEndpoint getEndpoint()
           
 
Methods inherited from class org.apache.camel.component.http.HttpConsumer
doStart, doStop, getBinding, getPath, isSuspended, isTraceEnabled, resume, setTraceEnabled, suspend
 
Methods inherited from class org.apache.camel.impl.DefaultConsumer
getAsyncProcessor, getExceptionHandler, getProcessor, handleException, handleException, setExceptionHandler, toString
 
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspending, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

ServletConsumer

public ServletConsumer(ServletEndpoint endpoint,
                       org.apache.camel.Processor processor)
Method Detail

getEndpoint

public ServletEndpoint getEndpoint()
Specified by:
getEndpoint in interface org.apache.camel.Consumer
Overrides:
getEndpoint in class org.apache.camel.component.http.HttpConsumer


Apache Camel