org.apache.camel.component.cxf
Class CxfBlueprintEndpoint

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultEndpoint
          extended by org.apache.camel.component.cxf.CxfEndpoint
              extended by 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


Field Summary
protected  Map<String,Object> properties
           
 
Constructor Summary
CxfBlueprintEndpoint(String address, org.apache.camel.blueprint.BlueprintCamelContext context)
           
 
Method Summary
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()
           
 List<Handler> getHandlers()
           
 Map<String,Object> getProperties()
           
 List<String> getSchemaLocations()
           
 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 setHandlers(List<Handler> handlers)
           
 void setProperties(Map<String,Object> properties)
           
 void setSchemaLocations(List<String> schemaLocations)
           
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Field Detail

properties

protected Map<String,Object> properties
Constructor Detail

CxfBlueprintEndpoint

public CxfBlueprintEndpoint(String address,
                            org.apache.camel.blueprint.BlueprintCamelContext context)
Method Detail

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