Class CxfBlueprintEndpoint

  • All Implemented Interfaces:
    AutoCloseable, Cloneable, org.apache.camel.AsyncEndpoint, 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, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

    public class CxfBlueprintEndpoint
    extends org.apache.camel.component.cxf.jaxws.CxfEndpoint
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.camel.component.cxf.jaxws.CxfEndpoint

        org.apache.camel.component.cxf.jaxws.CxfEndpoint.CamelCxfClientImpl
    • Field Summary

      • Fields inherited from class org.apache.camel.component.cxf.jaxws.CxfEndpoint

        bus, createBus, defaultBus, getBusHasBeenCalled
      • Fields inherited from class org.apache.camel.support.service.BaseService

        BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING
    • Constructor Summary

      Constructors 
      Constructor Description
      CxfBlueprintEndpoint​(String address, org.osgi.framework.BundleContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      protected void doInit()  
      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)  
      • Methods inherited from class org.apache.camel.component.cxf.jaxws.CxfEndpoint

        checkName, copy, createClient, createClientFactoryBean, createClientFactoryBean, createConsumer, createProducer, createServerFactoryBean, doStop, getAddress, getAllowStreaming, getBeanId, getBindingConfig, getBindingId, getBus, getChainedCxfConfigurer, getContinuationTimeout, getCookieHandler, getCxfBinding, getCxfConfigurer, getDataBinding, getDataFormat, getDefaultOperationName, getDefaultOperationNamespace, getFeatures, getHandlers, getHeaderFilterStrategy, getHostnameVerifier, getInFaultInterceptors, getInInterceptors, getLoggingSizeLimit, getOutFaultInterceptors, getOutInterceptors, getPassword, getPortName, getPortNameAsQName, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServiceClass, getServiceFactoryBean, getServiceName, getServiceNameAsQName, getSslContextParameters, getTransportId, getUsername, getWrappedStyle, getWsdlURL, isDefaultBus, isLoggingFeatureEnabled, isMergeProtocolHeaders, isMtomEnabled, isSkipFaultLogging, isSkipPayloadMessagePartCheck, isSynchronous, isWrapped, resolvePropertyPlaceholders, setAddress, setAllowStreaming, setBeanId, setBindingConfig, setBindingId, setBus, setCamelContext, setContinuationTimeout, setCookieHandler, setCxfBinding, setCxfConfigurer, setDataBinding, setDataFormat, setDefaultBus, setDefaultOperationName, setDefaultOperationNamespace, setEndpointName, setEndpointNameAsQName, setFeatures, setHandlers, setHeaderFilterStrategy, setHostnameVerifier, setInFaultInterceptors, setInInterceptors, setLoggingFeatureEnabled, setLoggingSizeLimit, setMergeProtocolHeaders, setMtomEnabled, setOutFaultInterceptors, setOutInterceptors, setPassword, setPortName, setPortNameAsQName, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServiceClass, setServiceClass, setServiceFactory, setServiceFactoryBean, setServiceName, setServiceNameAsQName, setSkipFaultLogging, setSkipPayloadMessagePartCheck, setSslContextParameters, setSynchronous, setTransportId, setupClientFactoryBean, setupHandlers, setupServerFactoryBean, setUsername, setWrapped, setWrappedStyle, setWsdlURL, updateEndpointUri
      • Methods inherited from class org.apache.camel.support.DefaultEndpoint

        configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStart, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toString
      • Methods inherited from class org.apache.camel.support.service.BaseService

        build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
      • Methods inherited from interface org.apache.camel.Endpoint

        configureExchange, configureProperties, createAsyncProducer, createExchange, createExchange, createPollingConsumer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer
      • Methods inherited from interface org.apache.camel.IsSingleton

        isSingleton
      • Methods inherited from interface org.apache.camel.Service

        build, close, init, start, stop
      • Methods inherited from interface org.apache.camel.ShutdownableService

        shutdown
      • Methods inherited from interface org.apache.camel.StatefulService

        getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspending
      • Methods inherited from interface org.apache.camel.SuspendableService

        isSuspended, resume, suspend
    • Constructor Detail

      • CxfBlueprintEndpoint

        public CxfBlueprintEndpoint​(String address,
                                    org.osgi.framework.BundleContext context)
    • Method Detail

      • doInit

        protected void doInit()
                       throws Exception
        Overrides:
        doInit in class org.apache.camel.component.cxf.jaxws.CxfEndpoint
        Throws:
        Exception
      • destroy

        public void destroy()
      • 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)