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 |
target
incomingObserver
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, toString
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver, setMessageObserver
public 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
Conduit
message
- the message to be sent.IOException
public void close(Message message) throws IOException
Conduit
close
in interface Conduit
close
in class AbstractConduit
message
- for which content should be closed.IOException
protected Logger getLogger()
getLogger
in class AbstractObservable
Apache CXF