org.apache.cxf.transport.local
Class LocalTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.local.LocalTransportFactory
- All Implemented Interfaces:
- ConduitInitiator, DestinationFactory
public class LocalTransportFactory
- extends AbstractTransportFactory
- implements DestinationFactory, ConduitInitiator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSPORT_ID
public static final String TRANSPORT_ID
- See Also:
- Constant Field Values
DEFAULT_NAMESPACES
public static final List<String> DEFAULT_NAMESPACES
MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_FILTER_PROPERTIES
MESSAGE_INCLUDE_PROPERTIES
public static final String MESSAGE_INCLUDE_PROPERTIES
LocalTransportFactory
public LocalTransportFactory()
getDestination
public Destination getDestination(EndpointInfo ei,
Bus bus)
throws IOException
- Description copied from interface:
DestinationFactory
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Parameters:
ei
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
getDestination
protected Destination getDestination(EndpointInfo ei,
EndpointReferenceType reference,
Bus bus)
throws IOException
- Throws:
IOException
getExecutor
public Executor getExecutor(Bus bus)
setExecutor
public void setExecutor(Executor executor)
getConduit
public Conduit getConduit(EndpointInfo ei,
Bus bus)
throws IOException
- Description copied from interface:
ConduitInitiator
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
ei
- the endpoint info of the target
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getConduit
public Conduit getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus)
throws IOException
- Description copied from interface:
ConduitInitiator
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
ei
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPR
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixes
in interface ConduitInitiator
- Specified by:
getUriPrefixes
in interface DestinationFactory
- Overrides:
getUriPrefixes
in class AbstractTransportFactory
setUriPrefixes
public void setUriPrefixes(Set<String> s)
getMessageFilterProperties
public Set<String> getMessageFilterProperties()
setMessageFilterProperties
public void setMessageFilterProperties(Set<String> props)
getIncludeMessageProperties
public Set<String> getIncludeMessageProperties()
setMessageIncludeProperties
public void setMessageIncludeProperties(Set<String> props)
copy
public void copy(Message message,
Message copy)
Apache CXF