Class CxfRsSpringEndpoint
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.DefaultEndpoint
-
- org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,BeanIdAware,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasId,org.apache.camel.spi.HeaderFilterStrategyAware,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
public class CxfRsSpringEndpoint extends CxfRsEndpoint implements BeanIdAware
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
bus
-
-
Constructor Summary
Constructors Constructor Description CxfRsSpringEndpoint(org.apache.camel.Component component, String uri, org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanId()protected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeannewJAXRSClientFactoryBean()protected org.apache.cxf.jaxrs.JAXRSServerFactoryBeannewJAXRSServerFactoryBean()voidsetBeanId(String id)protected voidsetupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb, String address)-
Methods inherited from class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
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, updateEndpointUri
-
Methods inherited from class org.apache.camel.support.DefaultEndpoint
configureConsumer, 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, toString
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, 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, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
CxfRsSpringEndpoint
public CxfRsSpringEndpoint(org.apache.camel.Component component, String uri, org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
-
-
Method Detail
-
newJAXRSServerFactoryBean
protected org.apache.cxf.jaxrs.JAXRSServerFactoryBean newJAXRSServerFactoryBean()
- Overrides:
newJAXRSServerFactoryBeanin classCxfRsEndpoint
-
newJAXRSClientFactoryBean
protected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean newJAXRSClientFactoryBean()
- Overrides:
newJAXRSClientFactoryBeanin classCxfRsEndpoint
-
setupJAXRSClientFactoryBean
protected void setupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb, String address)- Overrides:
setupJAXRSClientFactoryBeanin classCxfRsEndpoint
-
getBeanId
public String getBeanId()
- Specified by:
getBeanIdin interfaceBeanIdAware- Overrides:
getBeanIdin classCxfRsEndpoint
-
setBeanId
public void setBeanId(String id)
- Specified by:
setBeanIdin interfaceBeanIdAware- Overrides:
setBeanIdin classCxfRsEndpoint
-
-