org.apache.camel.component.cxf
Class CxfSpringEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cxf.CxfEndpoint
org.apache.camel.component.cxf.CxfSpringEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton, Service, HeaderFilterStrategyAware
public class CxfSpringEndpoint
- extends CxfEndpoint
Defines the CXF Endpoint
- Version:
- $Revision: 16003 $
| Methods inherited from class org.apache.camel.component.cxf.CxfEndpoint |
createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, getBus, getCxfBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getHeaderFilterStrategy, getPortName, getServiceClass, getServiceName, getWrappedStyle, getWsdlURL, isInOut, isLoggingFeatureEnabled, isSetDefaultBus, isSingleton, isWrapped, setBus, setCxfBinding, setDataFormat, setDefaultOperationName, setDefaultOperationNamespace, setHeaderFilterStrategy, setInOut, setLoggingFeatureEnabled, setPortName, setServiceClass, setServiceClass, setServiceName, setSetDefaultBus, setupClientFactoryBean, setupClientFactoryBean, setupServerFactoryBean, setWrapped, setWrappedStyle, setWsdlURL, start, stop |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString |
CxfSpringEndpoint
public CxfSpringEndpoint(CamelContext context,
CxfEndpointBean bean)
throws Exception
- Throws:
Exception
CxfSpringEndpoint
public CxfSpringEndpoint(CxfComponent component,
CxfEndpointBean bean)
throws Exception
- Throws:
Exception
doGetBus
protected org.apache.cxf.Bus doGetBus()
- Overrides:
doGetBus in class CxfEndpoint
getBean
public CxfEndpointBean getBean()
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()
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.