public class CamelConduit
extends org.apache.cxf.transport.AbstractConduit
implements org.apache.cxf.configuration.Configurable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BASE_BEAN_NAME_SUFFIX |
| Constructor and Description |
|---|
CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo endpointInfo) |
CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo epInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType targetReference) |
CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo epInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType targetReference,
org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getBeanName() |
org.apache.camel.CamelContext |
getCamelContext() |
org.apache.camel.ProducerTemplate |
getCamelTemplate()
Deprecated.
|
protected Logger |
getLogger() |
void |
prepare(org.apache.cxf.message.Message message) |
void |
setCamelContext(org.apache.camel.CamelContext context) |
void |
setCamelTemplate(org.apache.camel.ProducerTemplate template)
Deprecated.
|
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverprotected static final String BASE_BEAN_NAME_SUFFIX
public CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo endpointInfo)
public CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo epInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType targetReference)
public CamelConduit(org.apache.camel.CamelContext context,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo epInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType targetReference,
org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
public void setCamelContext(org.apache.camel.CamelContext context)
public org.apache.camel.CamelContext getCamelContext()
public void prepare(org.apache.cxf.message.Message message)
throws IOException
prepare in interface org.apache.cxf.transport.ConduitIOExceptionpublic void close()
close in interface org.apache.cxf.transport.Conduitclose in class org.apache.cxf.transport.AbstractConduitprotected Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservablepublic String getBeanName()
getBeanName in interface org.apache.cxf.configuration.Configurable@Deprecated public org.apache.camel.ProducerTemplate getCamelTemplate() throws Exception
Exception@Deprecated public void setCamelTemplate(org.apache.camel.ProducerTemplate template)
Apache Camel