org.apache.camel.component.cxf.cxfbean
Class CxfBeanComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.impl.HeaderFilterStrategyComponent
org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.apache.camel.Component, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HeaderFilterStrategyAware
public class CxfBeanComponent
- extends org.apache.camel.impl.HeaderFilterStrategyComponent
CXF Bean component creates CxfBeanEndpoint which represents a
bean. Currently, only JAXRS annotated beans are supported. In the
future, JAXwS annotated beans and POJO can be supported.
- Version:
- $Revision$
| Methods inherited from class org.apache.camel.impl.HeaderFilterStrategyComponent |
getHeaderFilterStrategy, setEndpointHeaderFilterStrategy, setHeaderFilterStrategy |
| Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, validateParameters, validateURI |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfBeanComponent
public CxfBeanComponent()
createEndpoint
protected org.apache.camel.Endpoint createEndpoint(java.lang.String uri,
java.lang.String remaining,
java.util.Map parameters)
throws java.lang.Exception
- Specified by:
createEndpoint in class org.apache.camel.impl.DefaultComponent
- Throws:
java.lang.Exception
useIntrospectionOnEndpoint
protected boolean useIntrospectionOnEndpoint()
- Overrides:
useIntrospectionOnEndpoint in class org.apache.camel.impl.DefaultComponent
doStart
protected void doStart()
throws java.lang.Exception
- Overrides:
doStart in class org.apache.camel.impl.DefaultComponent
- Throws:
java.lang.Exception
doStop
protected void doStop()
throws java.lang.Exception
- Overrides:
doStop in class org.apache.camel.impl.DefaultComponent
- Throws:
java.lang.Exception
getEndpoint
public CxfBeanEndpoint getEndpoint(java.lang.String endpointUri)
Apache CAMEL