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() |
| 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.Bus bus) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus) |
protected org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference,
org.apache.cxf.Bus bus) |
Executor |
getExecutor(org.apache.cxf.Bus bus) |
Set<String> |
getIncludeMessageProperties() |
Set<String> |
getMessageFilterProperties() |
Set<String> |
getUriPrefixes() |
void |
setExecutor(Executor executor) |
void |
setMessageFilterProperties(Set<String> props) |
void |
setMessageIncludeProperties(Set<String> props) |
void |
setUriPrefixes(Set<String> s) |
getTransportIds, setTransportIdspublic static final String TRANSPORT_ID
public static final String MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_INCLUDE_PROPERTIES
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
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,
org.apache.cxf.Bus bus)
throws IOException
IOExceptionpublic Executor getExecutor(org.apache.cxf.Bus bus)
public void setExecutor(Executor executor)
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
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,
org.apache.cxf.Bus bus)
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