public class CxfRsBlueprintEndpoint extends CxfRsEndpoint
CxfRsEndpoint.BindingStylebus, entityProviders, schemaLocations| Constructor and Description |
|---|
CxfRsBlueprintEndpoint(org.apache.camel.Component comp,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
Deprecated.
|
CxfRsBlueprintEndpoint(org.apache.camel.Component comp,
String uri,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.blueprint.BlueprintCamelContext |
getBlueprintCamelContext() |
org.osgi.service.blueprint.container.BlueprintContainer |
getBlueprintContainer() |
org.osgi.framework.BundleContext |
getBundleContext() |
protected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean |
newJAXRSClientFactoryBean() |
protected org.apache.cxf.jaxrs.JAXRSServerFactoryBean |
newJAXRSServerFactoryBean() |
void |
setBlueprintCamelContext(org.apache.camel.blueprint.BlueprintCamelContext blueprintCamelContext) |
void |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
addResourceClass, checkBeanType, createConsumer, createJAXRSClientFactoryBean, createJAXRSClientFactoryBean, createJAXRSServerFactoryBean, createProducer, doStart, doStop, getAddress, getBinding, getBindingStyle, getBus, getFeatures, getHeaderFilterStrategy, getInFaultInterceptors, getInInterceptors, getLoggingSizeLimit, getMaxClientCacheSize, getOutFaultInterceptors, getOutInterceptors, getParameters, getProperties, getProviders, getResourceClasses, getSchemaLocations, isHttpClientAPI, isLenientProperties, isLoggingFeatureEnabled, isSetDefaultBus, isSingleton, isSkipFaultLogging, isThrowExceptionOnFailure, resolvePropertyPlaceholders, setAddress, setBinding, setBindingStyle, setBus, setFeatures, setHeaderFilterStrategy, setHttpClientAPI, setInFaultInterceptors, setInInterceptors, setLoggingFeatureEnabled, setLoggingSizeLimit, setMaxClientCacheSize, setOutFaultInterceptors, setOutInterceptors, setParameters, setProperties, setProvider, setProviders, setResourceClasses, setResourceClasses, setSchemaLocation, setSchemaLocations, setSetDefaultBus, setSkipFaultLogging, setThrowExceptionOnFailure, setupCommonFactoryProperties, setupJAXRSClientFactoryBean, setupJAXRSServerFactoryBean, updateEndpointUriconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend@Deprecated public CxfRsBlueprintEndpoint(org.apache.camel.Component comp, org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
public CxfRsBlueprintEndpoint(org.apache.camel.Component comp,
String uri,
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean bean)
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)
protected org.apache.cxf.jaxrs.JAXRSServerFactoryBean newJAXRSServerFactoryBean()
newJAXRSServerFactoryBean in class CxfRsEndpointprotected org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean newJAXRSClientFactoryBean()
newJAXRSClientFactoryBean in class CxfRsEndpointApache Camel