public class LocalConduit
extends org.apache.cxf.transport.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 |
| Constructor and Description |
|---|
LocalConduit(LocalTransportFactory transportFactory,
LocalDestination destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.cxf.message.Message message) |
protected Logger |
getLogger() |
void |
prepare(org.apache.cxf.message.Message message) |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, 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(org.apache.cxf.message.Message message)
throws IOException
IOExceptionpublic void close(org.apache.cxf.message.Message message)
throws IOException
close in interface org.apache.cxf.transport.Conduitclose in class org.apache.cxf.transport.AbstractConduitIOExceptionprotected Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableApache CXF