public class CxfRsSpringEndpoint extends CxfRsEndpoint implements BeanIdAware
bus| Constructor and Description |
|---|
CxfRsSpringEndpoint(org.apache.camel.Component component,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
Deprecated.
|
CxfRsSpringEndpoint(org.apache.camel.Component component,
String uri,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanId() |
protected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean |
newJAXRSClientFactoryBean() |
protected org.apache.cxf.jaxrs.JAXRSServerFactoryBean |
newJAXRSServerFactoryBean() |
void |
setBeanId(String id) |
protected void |
setupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb,
String address) |
protected void |
setupJAXRSServerFactoryBean(org.apache.cxf.jaxrs.JAXRSServerFactoryBean sfb) |
addResourceClass, checkBeanType, createConsumer, createJAXRSClientFactoryBean, createJAXRSClientFactoryBean, createJAXRSServerFactoryBean, createProducer, doStart, doStop, getAddress, getBinding, getBus, getHeaderFilterStrategy, getLoggingSizeLimit, getMaxClientCacheSize, getParameters, getResourceClasses, isHttpClientAPI, isLenientProperties, isLoggingFeatureEnabled, isSetDefaultBus, isSingleton, isThrowExceptionOnFailure, resolvePropertyPlaceholders, setAddress, setBinding, setBus, setHeaderFilterStrategy, setHttpClientAPI, setLoggingFeatureEnabled, setLoggingSizeLimit, setMaxClientCacheSize, setParameters, setResourceClasses, setResourceClasses, setSetDefaultBus, setThrowExceptionOnFailure, updateEndpointUriconfigureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend@Deprecated public CxfRsSpringEndpoint(org.apache.camel.Component component, org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean) throws Exception
Exceptionprotected void setupJAXRSServerFactoryBean(org.apache.cxf.jaxrs.JAXRSServerFactoryBean sfb)
setupJAXRSServerFactoryBean in class CxfRsEndpointprotected void setupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb,
String address)
setupJAXRSClientFactoryBean in class CxfRsEndpointprotected org.apache.cxf.jaxrs.JAXRSServerFactoryBean newJAXRSServerFactoryBean()
newJAXRSServerFactoryBean in class CxfRsEndpointprotected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean newJAXRSClientFactoryBean()
newJAXRSClientFactoryBean in class CxfRsEndpointpublic String getBeanId()
getBeanId in interface BeanIdAwarepublic void setBeanId(String id)
setBeanId in interface BeanIdAwareApache CAMEL