public class CxfRsSpringEndpoint extends CxfRsEndpoint implements BeanIdAware
bus| Constructor and Description |
|---|
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) |
addResourceClass, checkBeanType, createConsumer, createJAXRSClientFactoryBean, createJAXRSClientFactoryBean, createJAXRSServerFactoryBean, createProducer, doInit, doStop, getAddress, getBinding, getBindingStyle, getBus, getChainedCxfRsEndpointConfigurer, getContinuationTimeout, getCookieHandler, getCxfRsConfigurer, getFeatures, getHeaderFilterStrategy, getHostnameVerifier, getInFaultInterceptors, getInInterceptors, getLoggingSizeLimit, getMaxClientCacheSize, getModelRef, getNullSafeCxfRsEndpointConfigurer, getOutFaultInterceptors, getOutInterceptors, getParameters, getProperties, getProviders, getPublishedEndpointUrl, getResourceClasses, getSchemaLocations, getServiceBeans, getSslContextParameters, isDefaultBus, isHttpClientAPI, isIgnoreDeleteMethodMessageBody, isLenientProperties, isLoggingFeatureEnabled, isPerformInvocation, isPropagateContexts, isSkipFaultLogging, isSynchronous, isThrowExceptionOnFailure, resolvePropertyPlaceholders, setAddress, setBinding, setBindingStyle, setBus, setContinuationTimeout, setCookieHandler, setCxfRsConfigurer, setDefaultBus, setFeatures, setHeaderFilterStrategy, setHostnameVerifier, setHttpClientAPI, setIgnoreDeleteMethodMessageBody, setInFaultInterceptors, setInInterceptors, setLoggingFeatureEnabled, setLoggingSizeLimit, setMaxClientCacheSize, setModelRef, setOutFaultInterceptors, setOutInterceptors, setParameters, setPerformInvocation, setPropagateContexts, setProperties, setProvider, setProviders, setProviders, setPublishedEndpointUrl, setResourceClasses, setResourceClasses, setSchemaLocation, setSchemaLocations, setServiceBean, setServiceBeans, setServiceBeans, setSkipFaultLogging, setSslContextParameters, setSynchronous, setThrowExceptionOnFailure, setupCommonFactoryProperties, setupJAXRSServerFactoryBean, updateEndpointUriconfigureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStart, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected org.apache.cxf.jaxrs.JAXRSServerFactoryBean newJAXRSServerFactoryBean()
newJAXRSServerFactoryBean in class CxfRsEndpointprotected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean newJAXRSClientFactoryBean()
newJAXRSClientFactoryBean in class CxfRsEndpointprotected void setupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb,
String address)
setupJAXRSClientFactoryBean in class CxfRsEndpointpublic String getBeanId()
getBeanId in interface BeanIdAwaregetBeanId in class CxfRsEndpointpublic void setBeanId(String id)
setBeanId in interface BeanIdAwaresetBeanId in class CxfRsEndpointApache Camel