Package 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:
Conduit,Observable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.cxf.transport.AbstractConduit
targetFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Constructor Summary
ConstructorsConstructorDescriptionLocalConduit(LocalTransportFactory transportFactory, LocalDestination destination) -
Method Summary
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, getTarget, toStringMethods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver, setMessageObserver
-
Field Details
-
IN_CONDUIT
-
RESPONSE_CONDUIT
-
IN_EXCHANGE
-
DIRECT_DISPATCH
-
MESSAGE_FILTER_PROPERTIES
-
-
Constructor Details
-
LocalConduit
-
-
Method Details
-
prepare
Description copied from interface:ConduitPrepare the message for sending. This will typically involve setting an OutputStream on the message, but it may do nothing at all.- Parameters:
message- the message to be sent.- Throws:
IOException
-
close
Description copied from interface:ConduitClose the connections associated with the message- Specified by:
closein interfaceConduit- Overrides:
closein classAbstractConduit- Parameters:
message- for which content should be closed.- Throws:
IOException
-
getLogger
- Specified by:
getLoggerin classAbstractObservable- Returns:
- the logger to use
-