public abstract class AbstractConduit extends AbstractObservable implements Conduit
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.cxf.ws.addressing.EndpointReferenceType | target | 
incomingObserver| Constructor and Description | 
|---|
| AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close the conduit. | 
| void | close(Message msg)Close the connections associated with the message | 
| org.apache.cxf.ws.addressing.EndpointReferenceType | getTarget() | 
| String | toString() | 
activate, deactivate, getLogger, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
public void close(Message msg) throws IOException
Conduitclose in interface Conduitmsg - for which content should be closed.IOExceptionApache CXF