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
 
 public abstract class AbstractConduit extends AbstractObservable implements Conduit 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 SummaryFields Modifier and Type Field Description protected org.apache.cxf.ws.addressing.EndpointReferenceTypetarget- 
Fields inherited from class org.apache.cxf.transport.AbstractObservableincomingObserver
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close the conduit.voidclose(Message msg)Close the connections associated with the messageorg.apache.cxf.ws.addressing.EndpointReferenceTypegetTarget()StringtoString()- 
Methods inherited from class org.apache.cxf.transport.AbstractObservableactivate, deactivate, getLogger, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.transport.ObservablegetMessageObserver, setMessageObserver
 
- 
 
- 
- 
- 
Method Detail- 
getTargetpublic org.apache.cxf.ws.addressing.EndpointReferenceType getTarget() 
 - 
closepublic void close(Message msg) throws IOException Description 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
 
 
- 
 
-