org.apache.camel.component.cxf.jaxrs
Class CxfRsSpringEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
- All Implemented Interfaces:
- CamelContextAware, BeanIdAware, Endpoint, IsSingleton, HeaderFilterStrategyAware
public class CxfRsSpringEndpoint
- extends CxfRsEndpoint
- implements BeanIdAware
| Methods inherited from class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint |
createConsumer, createJAXRSClientFactoryBean, createJAXRSServerFactoryBean, createProducer, getBinding, getHeaderFilterStrategy, getParameters, getResourceClasses, isHttpClientAPI, isLenientProperties, isSingleton, setBinding, setHeaderFilterStrategy, setHttpClientAPI, setParameters, setResourceClasses, setResourceClasses |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString |
CxfRsSpringEndpoint
public CxfRsSpringEndpoint(CamelContext context,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
throws Exception
- Throws:
Exception
setupJAXRSServerFactoryBean
protected void setupJAXRSServerFactoryBean(org.apache.cxf.jaxrs.JAXRSServerFactoryBean sfb)
- Overrides:
setupJAXRSServerFactoryBean in class CxfRsEndpoint
setupJAXRSClientFactoryBean
protected void setupJAXRSClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cfb)
- Overrides:
setupJAXRSClientFactoryBean in class CxfRsEndpoint
getBeanId
public String getBeanId()
- Specified by:
getBeanId in interface BeanIdAware
setBeanId
public void setBeanId(String id)
- Specified by:
setBeanId in interface BeanIdAware
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.