org.apache.camel.component.cxf
Class CxfBlueprintEndpoint
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cxf.CxfEndpoint
org.apache.camel.component.cxf.CxfBlueprintEndpoint
- All Implemented Interfaces:
- 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
public class CxfBlueprintEndpoint
- extends CxfEndpoint
| Methods inherited from class org.apache.camel.component.cxf.CxfEndpoint |
createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, doGetBus, doStart, doStop, getAddress, getBus, getCxfBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getHeaderFilterStrategy, getPortName, getPublishedEndpointUrl, getServiceClass, getServiceName, getWrappedStyle, getWsdlURL, isInOut, isLoggingFeatureEnabled, isMtomEnabled, isSetDefaultBus, isSingleton, isSkipPayloadMessagePartCheck, isWrapped, setAddress, setBus, setCxfBinding, setDataFormat, setDefaultOperationName, setDefaultOperationNamespace, setHeaderFilterStrategy, setInOut, setLoggingFeatureEnabled, setMtomEnabled, setPortName, setPublishedEndpointUrl, setServiceClass, setServiceClass, setServiceName, setSetDefaultBus, setSkipPayloadMessagePartCheck, setupClientFactoryBean, setupClientFactoryBean, 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, sanitizeUri, setCamelContext, 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 |
properties
protected Map<String,Object> properties
CxfBlueprintEndpoint
public CxfBlueprintEndpoint(String address,
org.apache.camel.blueprint.BlueprintCamelContext context)
getHandlers
public List<Handler> getHandlers()
setHandlers
public void setHandlers(List<Handler> handlers)
destroy
public void destroy()
checkName
protected void checkName(Object value,
String name)
setSchemaLocations
public void setSchemaLocations(List<String> schemaLocations)
getSchemaLocations
public List<String> getSchemaLocations()
getBlueprintContainer
public org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
getBlueprintCamelContext
public org.apache.camel.blueprint.BlueprintCamelContext getBlueprintCamelContext()
setBlueprintCamelContext
public void setBlueprintCamelContext(org.apache.camel.blueprint.BlueprintCamelContext blueprintCamelContext)
getProperties
public Map<String,Object> getProperties()
- Overrides:
getProperties in class CxfEndpoint
setProperties
public void setProperties(Map<String,Object> properties)
- Overrides:
setProperties in class CxfEndpoint
getBean
public CxfBlueprintEndpoint getBean()
Apache CAMEL