public class CxfBeanEndpoint
extends org.apache.camel.impl.ProcessorEndpoint
implements org.apache.camel.spi.HeaderFilterStrategyAware
ProcessorEndpoint which associated with
a CxfBeanDestination. It delegates the processing of Camel
Exchanges to the associated CxfBeanDestination.| Constructor and Description |
|---|
CxfBeanEndpoint(String remaining,
CxfBeanComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createEndpointUri() |
protected void |
doStart() |
protected void |
doStop() |
org.apache.cxf.Bus |
getBus() |
org.apache.camel.component.cxf.common.message.CxfMessageMapper |
getCxfBeanBinding() |
org.apache.camel.spi.HeaderFilterStrategy |
getHeaderFilterStrategy() |
List<Object> |
getProviders() |
void |
init() |
boolean |
isLoggingFeatureEnabled() |
boolean |
isPopulateFromClass() |
boolean |
isSetDefaultBus() |
void |
setBus(org.apache.cxf.Bus bus) |
void |
setCxfBeanBinding(org.apache.camel.component.cxf.common.message.CxfMessageMapper cxfBeanBinding) |
void |
setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
void |
setLoggingFeatureEnabled(boolean loggingFeatureEnabled) |
void |
setPopulateFromClass(boolean populateFromClass) |
void |
setProviders(List<Object> providers) |
void |
setSetDefaultBus(boolean isSetDefaultBus) |
createPollingConsumer, createProcessor, createProducer, getProcessor, isSingleton, onExchange, setProcessorconfigurePollingConsumer, configureProperties, configureScheduledPollConsumerProperties, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDelay, getInitialDelay, getPollStrategy, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, initConsumerProperties, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelayconfigureConsumer, createEndpointConfiguration, createExchange, createExchange, createExchange, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic CxfBeanEndpoint(String remaining, CxfBeanComponent component)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.ScheduledPollEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.ScheduledPollEndpointExceptionpublic void init()
protected String createEndpointUri()
createEndpointUri in class org.apache.camel.impl.DefaultEndpointpublic org.apache.cxf.Bus getBus()
public void setBus(org.apache.cxf.Bus bus)
public void setSetDefaultBus(boolean isSetDefaultBus)
public boolean isSetDefaultBus()
public void setCxfBeanBinding(org.apache.camel.component.cxf.common.message.CxfMessageMapper cxfBeanBinding)
public org.apache.camel.component.cxf.common.message.CxfMessageMapper getCxfBeanBinding()
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
setHeaderFilterStrategy in interface org.apache.camel.spi.HeaderFilterStrategyAwarepublic org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
getHeaderFilterStrategy in interface org.apache.camel.spi.HeaderFilterStrategyAwarepublic void setLoggingFeatureEnabled(boolean loggingFeatureEnabled)
public boolean isLoggingFeatureEnabled()
public void setPopulateFromClass(boolean populateFromClass)
public boolean isPopulateFromClass()
Apache Camel