public class LocalConduit extends AbstractConduit
| Modifier and Type | Field and Description |
|---|---|
static String |
DIRECT_DISPATCH |
static String |
IN_CONDUIT |
static String |
IN_EXCHANGE |
static String |
MESSAGE_FILTER_PROPERTIES |
static String |
RESPONSE_CONDUIT |
targetincomingObserver| Constructor and Description |
|---|
LocalConduit(LocalTransportFactory transportFactory,
LocalDestination destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Message message)
Close the connections associated with the message
|
protected Logger |
getLogger() |
void |
prepare(Message message)
Prepare the message for sending.
|
close, getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic static final String IN_CONDUIT
public static final String RESPONSE_CONDUIT
public static final String IN_EXCHANGE
public static final String DIRECT_DISPATCH
public static final String MESSAGE_FILTER_PROPERTIES
public LocalConduit(LocalTransportFactory transportFactory, LocalDestination destination)
public void prepare(Message message) throws IOException
Conduitmessage - the message to be sent.IOExceptionpublic void close(Message message) throws IOException
Conduitclose in interface Conduitclose in class AbstractConduitmessage - for which content should be closed.IOExceptionprotected Logger getLogger()
getLogger in class AbstractObservableApache CXF