Package org.apache.cxf.transport.local
Class LocalTransportFactory
- java.lang.Object
-
- org.apache.cxf.transport.AbstractTransportFactory
-
- org.apache.cxf.transport.local.LocalTransportFactory
-
- All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator,org.apache.cxf.transport.DestinationFactory
public class LocalTransportFactory extends org.apache.cxf.transport.AbstractTransportFactory implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.transport.ConduitInitiator
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>DEFAULT_NAMESPACESstatic StringMESSAGE_FILTER_PROPERTIESstatic StringMESSAGE_INCLUDE_PROPERTIESstatic StringTRANSPORT_ID
-
Constructor Summary
Constructors Constructor Description LocalTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(org.apache.cxf.message.Message message, org.apache.cxf.message.Message copy)org.apache.cxf.transport.ConduitgetConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)org.apache.cxf.transport.ConduitgetConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, org.apache.cxf.Bus bus)LocalDestinationgetDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)protected LocalDestinationgetDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, org.apache.cxf.Bus bus)ExecutorgetExecutor(org.apache.cxf.Bus bus)Set<String>getIncludeMessageProperties()Set<String>getMessageFilterProperties()Set<String>getUriPrefixes()voidsetExecutor(Executor executor)voidsetMessageFilterProperties(Set<String> props)voidsetMessageIncludeProperties(Set<String> props)voidsetUriPrefixes(Set<String> s)-
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIds
-
-
-
-
Field Detail
-
TRANSPORT_ID
public static final String TRANSPORT_ID
- See Also:
- Constant Field Values
-
MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_FILTER_PROPERTIES
-
MESSAGE_INCLUDE_PROPERTIES
public static final String MESSAGE_INCLUDE_PROPERTIES
-
-
Method Detail
-
getDestination
public LocalDestination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) throws IOException
- Specified by:
getDestinationin interfaceorg.apache.cxf.transport.DestinationFactory- Throws:
IOException
-
getDestination
protected LocalDestination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, org.apache.cxf.Bus bus) throws IOException
- Throws:
IOException
-
getExecutor
public Executor getExecutor(org.apache.cxf.Bus bus)
-
setExecutor
public void setExecutor(Executor executor)
-
getConduit
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) throws IOException- Specified by:
getConduitin interfaceorg.apache.cxf.transport.ConduitInitiator- Throws:
IOException
-
getConduit
public 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- Specified by:
getConduitin interfaceorg.apache.cxf.transport.ConduitInitiator- Throws:
IOException
-
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.ConduitInitiator- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.DestinationFactory- Overrides:
getUriPrefixesin classorg.apache.cxf.transport.AbstractTransportFactory
-
copy
public void copy(org.apache.cxf.message.Message message, org.apache.cxf.message.Message copy)
-
-