public class LocalTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.transport.ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
static String |
MESSAGE_FILTER_PROPERTIES |
static String |
MESSAGE_INCLUDE_PROPERTIES |
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
LocalTransportFactory() |
LocalTransportFactory(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(org.apache.cxf.message.Message message,
org.apache.cxf.message.Message copy) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei) |
protected org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference) |
Executor |
getExecutor() |
Set<String> |
getIncludeMessageProperties() |
Set<String> |
getMessageFilterProperties() |
Set<String> |
getUriPrefixes() |
void |
setBus(org.apache.cxf.Bus b) |
void |
setExecutor(Executor executor) |
void |
setMessageFilterProperties(Set<String> props) |
void |
setMessageIncludeProperties(Set<String> props) |
void |
setUriPrefixes(Set<String> s) |
getBus, getTransportIds, register, setTransportIds, unregisterpublic static final String TRANSPORT_ID
public static final String MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_INCLUDE_PROPERTIES
public LocalTransportFactory()
public LocalTransportFactory(org.apache.cxf.Bus b)
public void setBus(org.apache.cxf.Bus b)
setBus in class org.apache.cxf.transport.AbstractTransportFactorypublic org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryIOExceptionprotected org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference)
throws IOException
IOExceptionpublic Executor getExecutor()
public void setExecutor(Executor executor)
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic 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 void copy(org.apache.cxf.message.Message message,
org.apache.cxf.message.Message copy)
Apache CXF