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:
- Component, Service, ShutdownableService, HeaderFilterStrategyAware
public class CxfBeanComponent
- extends 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: 15191 $
| 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, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfBeanComponent
public CxfBeanComponent()
createEndpoint
protected Endpoint createEndpoint(String uri,
String remaining,
Map parameters)
throws Exception
- Specified by:
createEndpoint in class DefaultComponent
- Throws:
Exception
useIntrospectionOnEndpoint
protected boolean useIntrospectionOnEndpoint()
- Overrides:
useIntrospectionOnEndpoint in class DefaultComponent
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultComponent
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultComponent
- Throws:
Exception
getEndpoint
public CxfBeanEndpoint getEndpoint(String endpointUri)
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.