public class HttpConsumer
extends org.apache.camel.support.DefaultConsumer
implements org.apache.camel.Suspendable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canConnected |
| Constructor and Description |
|---|
HttpConsumer(HttpCommonEndpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doResume() |
protected void |
doStart() |
protected void |
doStop() |
protected void |
doSuspend() |
HttpBinding |
getBinding() |
HttpCommonEndpoint |
getEndpoint() |
String |
getPath() |
boolean |
isOptionsEnabled() |
boolean |
isSuspended() |
boolean |
isTraceEnabled() |
void |
setOptionsEnabled(boolean optionsEnabled) |
void |
setTraceEnabled(boolean traceEnabled) |
createExchange, createUoW, defaultConsumerCallback, doBuild, doInit, doneUoW, doShutdown, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setRoute, setRouteId, toStringbuild, doFail, doLifecycleChange, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic HttpConsumer(HttpCommonEndpoint endpoint, org.apache.camel.Processor processor)
public HttpCommonEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultConsumerpublic HttpBinding getBinding()
public String getPath()
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionprotected void doSuspend()
throws Exception
doSuspend in class org.apache.camel.support.service.BaseServiceExceptionprotected void doResume()
throws Exception
doResume in class org.apache.camel.support.service.BaseServiceExceptionpublic boolean isSuspended()
isSuspended in interface org.apache.camel.SuspendableServiceisSuspended in class org.apache.camel.support.service.BaseServicepublic boolean isTraceEnabled()
public void setTraceEnabled(boolean traceEnabled)
public boolean isOptionsEnabled()
public void setOptionsEnabled(boolean optionsEnabled)
Apache Camel