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, getContinuationTimeout, 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, setContinuationTimeout, 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, updateEndpointUri
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public CxfSpringEndpoint(CxfComponent component, String address) throws Exception
Exception
public CxfSpringEndpoint()
public String getBeanId()
getBeanId
in class CxfEndpoint
public void setBeanId(String id)
setBeanId
in class CxfEndpoint
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.ApplicationContextAware
org.springframework.beans.BeansException
public org.springframework.context.ApplicationContext getApplicationContext()
Apache Camel