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
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 SummaryFieldsModifier and TypeFieldDescriptionprotected final org.apache.cxf.ws.addressing.EndpointReferenceTypeFields inherited from class org.apache.cxf.transport.AbstractObservableincomingObserver
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.cxf.transport.AbstractObservableactivate, deactivate, getLogger, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.ObservablegetMessageObserver, setMessageObserver
- 
Field Details- 
targetprotected final org.apache.cxf.ws.addressing.EndpointReferenceType target
 
- 
- 
Constructor Details- 
AbstractConduitpublic AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t) 
 
- 
- 
Method Details- 
getTargetpublic org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
- 
closeDescription copied from interface:ConduitClose the connections associated with the message- Specified by:
- closein interface- Conduit
- Parameters:
- msg- for which content should be closed.
- Throws:
- IOException
 
- 
closepublic void close()Close the conduit.
- 
toString
 
-