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:
- org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
public class LocalConduit
- extends org.apache.cxf.transport.AbstractConduit
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Method Summary |
void |
close(org.apache.cxf.message.Message message)
|
protected Logger |
getLogger()
|
void |
prepare(org.apache.cxf.message.Message message)
|
| Methods inherited from class org.apache.cxf.transport.AbstractConduit |
close, getTarget, toString |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver |
| Methods inherited from interface org.apache.cxf.transport.Observable |
getMessageObserver, setMessageObserver |
IN_CONDUIT
public static final String IN_CONDUIT
RESPONSE_CONDUIT
public static final String RESPONSE_CONDUIT
IN_EXCHANGE
public static final String IN_EXCHANGE
DIRECT_DISPATCH
public static final String DIRECT_DISPATCH
MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_FILTER_PROPERTIES
LocalConduit
public LocalConduit(LocalTransportFactory transportFactory,
LocalDestination destination)
prepare
public void prepare(org.apache.cxf.message.Message message)
throws IOException
- Throws:
IOException
close
public void close(org.apache.cxf.message.Message message)
throws IOException
- Specified by:
close in interface org.apache.cxf.transport.Conduit- Overrides:
close in class org.apache.cxf.transport.AbstractConduit
- Throws:
IOException
getLogger
protected Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
Apache CXF