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, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver, setMessageObserver
public AbstractConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
public void close(Message msg) throws IOException
Conduit
close
in interface Conduit
msg
- for which content should be closed.IOException
Apache CXF