public class CxfBlueprintEndpoint extends CxfEndpoint
bus
Constructor and Description |
---|
CxfBlueprintEndpoint(String address,
org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkName(Object value,
String name) |
void |
destroy() |
CxfBlueprintEndpoint |
getBean() |
org.apache.camel.blueprint.BlueprintCamelContext |
getBlueprintCamelContext() |
org.osgi.service.blueprint.container.BlueprintContainer |
getBlueprintContainer() |
org.osgi.framework.BundleContext |
getBundleContext() |
void |
setBlueprintCamelContext(org.apache.camel.blueprint.BlueprintCamelContext blueprintCamelContext) |
void |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setServiceClass(String n)
The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.
|
copy, createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, doStart, doStop, getAddress, getAllowStreaming, getBeanId, getBindingConfig, getBindingId, getBus, getChainedCxfEndpointConfigurer, getContinuationTimeout, getCxfBinding, getCxfEndpointConfigurer, getDataBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getFeatures, getHandlers, getHeaderFilterStrategy, getHostnameVerifier, getInFaultInterceptors, getInInterceptors, getLoggingSizeLimit, getMergeProtocolHeaders, getOutFaultInterceptors, getOutInterceptors, getPassword, getPortName, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServiceClass, getServiceFactoryBean, getServiceName, getSslContextParameters, getTransportId, getUsername, getWrappedStyle, getWsdlURL, isDefaultBus, isLoggingFeatureEnabled, isMtomEnabled, isSingleton, isSkipFaultLogging, isSkipPayloadMessagePartCheck, isWrapped, resolvePropertyPlaceholders, setAddress, setAllowStreaming, setBeanId, setBindingConfig, setBindingId, setBus, setCamelContext, setContinuationTimeout, setCxfBinding, setCxfEndpointConfigurer, setDataBinding, setDataFormat, setDefaultBus, setDefaultOperationName, setDefaultOperationNamespace, setEndpointName, setEndpointNameString, setFeatures, setHandlers, setHeaderFilterStrategy, setHostnameVerifier, setInFaultInterceptors, setInInterceptors, setLoggingFeatureEnabled, setLoggingSizeLimit, setMergeProtocolHeaders, setMtomEnabled, setOutFaultInterceptors, setOutInterceptors, setPassword, setPortName, setPortName, setPortNameString, setProperties, setPublishedEndpointUrl, setSchemaLocations, setService, setServiceClass, setServiceClass, setServiceFactory, setServiceFactoryBean, setServiceName, setServiceNameString, setSkipFaultLogging, setSkipPayloadMessagePartCheck, setSslContextParameters, 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, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CxfBlueprintEndpoint(String address, org.osgi.framework.BundleContext context)
public void destroy()
public void setServiceClass(String n) throws ClassNotFoundException
CxfEndpoint
setServiceClass
in class CxfEndpoint
ClassNotFoundException
public org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public org.apache.camel.blueprint.BlueprintCamelContext getBlueprintCamelContext()
public void setBlueprintCamelContext(org.apache.camel.blueprint.BlueprintCamelContext blueprintCamelContext)
public CxfBlueprintEndpoint getBean()
Apache Camel