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:
- Cloneable, 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, org.springframework.context.ApplicationContextAware
public class CxfSpringEndpoint
- extends CxfEndpoint
- implements org.springframework.context.ApplicationContextAware
Defines the CXF Endpoint
- Version:
| Fields inherited from class org.apache.camel.component.cxf.CxfEndpoint |
bus |
| Methods inherited from class org.apache.camel.component.cxf.CxfEndpoint |
copy, createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, doStart, doStop, getAddress, getBindingConfig, getBindingId, getBus, getCxfBinding, getDataBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getFeatures, getHandlers, getHeaderFilterStrategy, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, getPortName, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServiceClass, getServiceFactoryBean, getServiceName, getTransportId, getWrappedStyle, getWsdlURL, isInOut, isLoggingFeatureEnabled, isMtomEnabled, isSetDefaultBus, isSingleton, isSkipPayloadMessagePartCheck, isWrapped, resolvePropertyPlaceholders, setAddress, setBindingConfig, setBindingId, setBus, setCamelContext, setCxfBinding, setDataBinding, setDataFormat, setDefaultOperationName, setDefaultOperationNamespace, setEndpointName, setEndpointNameString, setFeatures, setHandlers, setHeaderFilterStrategy, setInFaultInterceptors, setInInterceptors, setInOut, setLoggingFeatureEnabled, setMtomEnabled, setOutFaultInterceptors, setOutInterceptors, setPortName, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServiceClass, setServiceClass, setServiceClass, setServiceFactoryBean, setServiceName, setServiceNameString, setSetDefaultBus, setSkipPayloadMessagePartCheck, setTransportId, setupClientFactoryBean, setupHandlers, 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, 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 interface org.apache.camel.Service |
start, stop |
CxfSpringEndpoint
public CxfSpringEndpoint(org.apache.camel.CamelContext context,
String address)
throws Exception
- Throws:
Exception
CxfSpringEndpoint
public CxfSpringEndpoint(CxfComponent component,
String address)
throws Exception
- Throws:
Exception
CxfSpringEndpoint
public CxfSpringEndpoint()
getBeanId
public String getBeanId()
setBeanId
public void setBeanId(String id)
setServiceNamespace
public void setServiceNamespace(String serviceNamespace)
getServiceNamespace
public String getServiceNamespace()
setServiceLocalName
public void setServiceLocalName(String serviceLocalName)
getServiceLocalName
public String getServiceLocalName()
getEndpointLocalName
public String getEndpointLocalName()
setEndpointLocalName
public void setEndpointLocalName(String endpointLocalName)
setEndpointNamespace
public void setEndpointNamespace(String endpointNamespace)
getEndpointNamespace
public String getEndpointNamespace()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
Apache CAMEL