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 java.util.logging.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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.Observable |
getMessageObserver, setMessageObserver |
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(org.apache.cxf.message.Message message)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close(org.apache.cxf.message.Message message)
throws java.io.IOException
- Specified by:
close in interface org.apache.cxf.transport.Conduit- Overrides:
close in class org.apache.cxf.transport.AbstractConduit
- Throws:
java.io.IOException
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
Apache CXF