public class CamelTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory, org.apache.camel.CamelContextAware
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
CamelTransportFactory() |
CamelTransportFactory(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext() |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo) |
org.apache.camel.spi.HeaderFilterStrategy |
getHeaderFilterStrategy() |
Set<String> |
getUriPrefixes() |
boolean |
isCheckException() |
void |
setBus(org.apache.cxf.Bus b) |
void |
setCamelContext(org.apache.camel.CamelContext c) |
void |
setCheckException(boolean check) |
void |
setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
getBus, getTransportIds, register, setTransportIds, unregisterpublic static final String TRANSPORT_ID
public CamelTransportFactory()
public CamelTransportFactory(org.apache.cxf.Bus b)
public void setBus(org.apache.cxf.Bus b)
setBus in class org.apache.cxf.transport.AbstractTransportFactorypublic void setCheckException(boolean check)
public boolean isCheckException()
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
throws IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryIOExceptionpublic Set<String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiatorgetUriPrefixes in interface org.apache.cxf.transport.DestinationFactorygetUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactorypublic org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext c)
setCamelContext in interface org.apache.camel.CamelContextAwareApache Camel