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
FieldsFields inherited from class org.apache.cxf.transport.AbstractTransportFactory
PREFERRED_TRANSPORT_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(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) getDestination(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) getExecutor(org.apache.cxf.Bus bus) 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, setTransportIdsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIdsMethods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds
-
Field Details
-
TRANSPORT_ID
- See Also:
-
DEFAULT_NAMESPACES
-
MESSAGE_FILTER_PROPERTIES
-
MESSAGE_INCLUDE_PROPERTIES
-
-
Constructor Details
-
LocalTransportFactory
public LocalTransportFactory()
-
-
Method Details
-
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
-
setExecutor
-
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
- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.ConduitInitiator- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.DestinationFactory- Overrides:
getUriPrefixesin classorg.apache.cxf.transport.AbstractTransportFactory
-
setUriPrefixes
-
getMessageFilterProperties
-
setMessageFilterProperties
-
getIncludeMessageProperties
-
setMessageIncludeProperties
-
copy
public void copy(org.apache.cxf.message.Message message, org.apache.cxf.message.Message copy)
-