org.apache.camel.component.cxf
Class CxfSpringEndpoint
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cxf.CxfEndpoint
org.apache.camel.component.cxf.CxfSpringEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, 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
public class CxfSpringEndpoint
- extends CxfEndpoint
Defines the CXF Endpoint
- Version:
- $Revision$
| Methods inherited from class org.apache.camel.component.cxf.CxfEndpoint |
createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, doStart, doStop, getAddress, getBus, getCxfBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getHeaderFilterStrategy, getPortName, getProperties, getPublishedEndpointUrl, getServiceClass, getServiceName, getWrappedStyle, getWsdlURL, isInOut, isLoggingFeatureEnabled, isMtomEnabled, isSetDefaultBus, isSingleton, isWrapped, setAddress, setBus, setCxfBinding, setDataFormat, setDefaultOperationName, setDefaultOperationNamespace, setHeaderFilterStrategy, setInOut, setLoggingFeatureEnabled, setMtomEnabled, setPortName, setProperties, setPublishedEndpointUrl, setServiceClass, setServiceClass, setServiceName, setSetDefaultBus, setupClientFactoryBean, setupClientFactoryBean, setupServerFactoryBean, setWrapped, setWrappedStyle, setWsdlURL, updateEndpointUri |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
start, stop |
CxfSpringEndpoint
public CxfSpringEndpoint(org.apache.camel.CamelContext context,
CxfEndpointBean bean)
throws java.lang.Exception
- Throws:
java.lang.Exception
CxfSpringEndpoint
public CxfSpringEndpoint(CxfComponent component,
CxfEndpointBean bean)
throws java.lang.Exception
- Throws:
java.lang.Exception
doGetBus
protected org.apache.cxf.Bus doGetBus()
- Overrides:
doGetBus in class CxfEndpoint
getBean
public CxfEndpointBean getBean()
getBeanId
public java.lang.String getBeanId()
setBeanId
public void setBeanId(java.lang.String id)
setServiceNamespace
public void setServiceNamespace(java.lang.String serviceNamespace)
getServiceNamespace
public java.lang.String getServiceNamespace()
setServiceLocalName
public void setServiceLocalName(java.lang.String serviceLocalName)
getServiceLocalName
public java.lang.String getServiceLocalName()
getEndpointLocalName
public java.lang.String getEndpointLocalName()
setEndpointLocalName
public void setEndpointLocalName(java.lang.String endpointLocalName)
setEndpointNamespace
public void setEndpointNamespace(java.lang.String endpointNamespace)
getEndpointNamespace
public java.lang.String getEndpointNamespace()
Apache CAMEL