public class CxfSpringEndpoint extends CxfEndpoint implements org.springframework.context.ApplicationContextAware
bus| Constructor and Description |
|---|
CxfSpringEndpoint() |
CxfSpringEndpoint(CxfComponent component,
String address) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
String |
getBeanId() |
String |
getEndpointLocalName() |
String |
getEndpointNamespace() |
String |
getServiceLocalName() |
String |
getServiceNamespace() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
void |
setBeanId(String id) |
void |
setEndpointLocalName(String endpointLocalName) |
void |
setEndpointNamespace(String endpointNamespace) |
void |
setServiceLocalName(String serviceLocalName) |
void |
setServiceNamespace(String serviceNamespace) |
copy, createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, doStart, doStop, getAddress, getAllowStreaming, getBindingConfig, getBindingId, getBus, getCxfBinding, getCxfEndpointConfigurer, getDataBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getFeatures, getHandlers, getHeaderFilterStrategy, getInFaultInterceptors, getInInterceptors, getLoggingSizeLimit, getMergeProtocolHeaders, getOutFaultInterceptors, getOutInterceptors, getPassword, getPortName, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServiceClass, getServiceFactoryBean, getServiceName, getTransportId, getUsername, getWrappedStyle, getWsdlURL, isInOut, isLoggingFeatureEnabled, isMtomEnabled, isSetDefaultBus, isSingleton, isSkipFaultLogging, isSkipPayloadMessagePartCheck, isWrapped, resolvePropertyPlaceholders, setAddress, setAllowStreaming, setBindingConfig, setBindingId, setBus, setCamelContext, setCxfBinding, setCxfEndpointConfigurer, setDataBinding, setDataFormat, setDefaultOperationName, setDefaultOperationNamespace, setEndpointName, setEndpointNameString, setFeatures, setHandlers, setHeaderFilterStrategy, setInFaultInterceptors, setInInterceptors, setInOut, setLoggingFeatureEnabled, setLoggingSizeLimit, setMergeProtocolHeaders, setMtomEnabled, setOutFaultInterceptors, setOutInterceptors, setPassword, setPortName, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServiceClass, setServiceClass, setServiceClass, setServiceFactoryBean, setServiceName, setServiceNameString, setSetDefaultBus, setSkipFaultLogging, setSkipPayloadMessagePartCheck, setTransportId, setupClientFactoryBean, setupHandlers, setupServerFactoryBean, setUsername, setWrapped, setWrappedStyle, setWsdlURL, updateEndpointUriconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic CxfSpringEndpoint(CxfComponent component, String address) throws Exception
Exceptionpublic CxfSpringEndpoint()
public String getBeanId()
public void setBeanId(String id)
public void setServiceNamespace(String serviceNamespace)
public String getServiceNamespace()
public void setServiceLocalName(String serviceLocalName)
public String getServiceLocalName()
public String getEndpointLocalName()
public void setEndpointLocalName(String endpointLocalName)
public void setEndpointNamespace(String endpointNamespace)
public String getEndpointNamespace()
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ApplicationContext getApplicationContext()
Apache Camel