public class HttpConsumer
extends org.apache.camel.impl.DefaultConsumer
implements org.apache.camel.Suspendable
| 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) |
createUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic HttpConsumer(HttpCommonEndpoint endpoint, org.apache.camel.Processor processor)
public HttpCommonEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultConsumerpublic HttpBinding getBinding()
public String getPath()
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultConsumerExceptionprotected void doSuspend()
throws Exception
doSuspend in class org.apache.camel.support.ServiceSupportExceptionprotected void doResume()
throws Exception
doResume in class org.apache.camel.support.ServiceSupportExceptionpublic boolean isSuspended()
isSuspended in interface org.apache.camel.SuspendableServiceisSuspended in class org.apache.camel.support.ServiceSupportpublic boolean isTraceEnabled()
public void setTraceEnabled(boolean traceEnabled)
public boolean isOptionsEnabled()
public void setOptionsEnabled(boolean optionsEnabled)
Apache Camel