Package org.apache.cxf.transport
Class AbstractConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
- All Implemented Interfaces:
Conduit,Observable
- Direct Known Subclasses:
AbstractDestination.AbstractBackChannelConduit,UDPConduit
Abstract base class factoring out common Conduit logic,
allowing non-decoupled transports to be written without any
regard for the decoupled back-channel or partial response logic.
-
Field Summary
FieldsFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getLogger, 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
-
target
-
-
Constructor Details
-
AbstractConduit
-
-
Method Details
-
getTarget
-
close
Description copied from interface:ConduitClose the connections associated with the message- Specified by:
closein interfaceConduit- Parameters:
msg- for which content should be closed.- Throws:
IOException
-
close
public void close()Close the conduit. -
toString
-