@Deprecated 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
createEndpointUri()
Deprecated.
|
protected void |
doStart()
Deprecated.
|
protected void |
doStop()
Deprecated.
|
org.apache.cxf.Bus |
getBus()
Deprecated.
|
org.apache.camel.component.cxf.common.message.CxfMessageMapper |
getCxfBeanBinding()
Deprecated.
|
org.apache.camel.spi.HeaderFilterStrategy |
getHeaderFilterStrategy()
Deprecated.
|
List<Object> |
getProviders()
Deprecated.
|
void |
init()
Deprecated.
|
boolean |
isLoggingFeatureEnabled()
Deprecated.
|
boolean |
isPopulateFromClass()
Deprecated.
|
boolean |
isSetDefaultBus()
Deprecated.
|
void |
setBus(org.apache.cxf.Bus bus)
Deprecated.
|
void |
setCxfBeanBinding(org.apache.camel.component.cxf.common.message.CxfMessageMapper cxfBeanBinding)
Deprecated.
|
void |
setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
Deprecated.
|
void |
setLoggingFeatureEnabled(boolean loggingFeatureEnabled)
Deprecated.
|
void |
setPopulateFromClass(boolean populateFromClass)
Deprecated.
|
void |
setProviders(List<Object> providers)
Deprecated.
|
void |
setSetDefaultBus(boolean isSetDefaultBus)
Deprecated.
|
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, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, 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