org.apache.cxf.transport.local
Class LocalConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.local.LocalConduit
- All Implemented Interfaces:
- Conduit, Observable
public class LocalConduit
- extends AbstractConduit
Method Summary |
void |
close(Message message)
Close the connections associated with the message |
protected java.util.logging.Logger |
getLogger()
|
void |
prepare(Message message)
Prepare the message for sending. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IN_CONDUIT
public static final java.lang.String IN_CONDUIT
RESPONSE_CONDUIT
public static final java.lang.String RESPONSE_CONDUIT
IN_EXCHANGE
public static final java.lang.String IN_EXCHANGE
DIRECT_DISPATCH
public static final java.lang.String DIRECT_DISPATCH
MESSAGE_FILTER_PROPERTIES
public static final java.lang.String MESSAGE_FILTER_PROPERTIES
LocalConduit
public LocalConduit(LocalTransportFactory transportFactory,
LocalDestination destination)
prepare
public void prepare(Message message)
throws java.io.IOException
- Description copied from interface:
Conduit
- Prepare the message for sending. This will typically involve setting
an OutputStream on the message, but it may do nothing at all.
- Parameters:
message
- the message to be sent.
- Throws:
java.io.IOException
close
public void close(Message message)
throws java.io.IOException
- Description copied from interface:
Conduit
- Close the connections associated with the message
- Specified by:
close
in interface Conduit
- Overrides:
close
in class AbstractConduit
- Throws:
java.io.IOException
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
Apache CXF