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 Summary
Modifier and TypeFieldDescriptionprotected final org.apache.cxf.ws.addressing.EndpointReferenceType
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getLogger, 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
-
Field Details
-
target
protected final org.apache.cxf.ws.addressing.EndpointReferenceType target
-
-
Constructor Details
-
AbstractConduit
public AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
-
-
Method Details
-
getTarget
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget() -
close
Description copied from interface:Conduit
Close the connections associated with the message- Specified by:
close
in interfaceConduit
- Parameters:
msg
- for which content should be closed.- Throws:
IOException
-
close
public void close()Close the conduit. -
toString
-