| |
|
| java.lang.Object org.apache.cxf.transport.AbstractObservable org.apache.cxf.transport.AbstractConduit
AbstractConduit | abstract public class AbstractConduit extends AbstractObservable implements Conduit(Code) | | 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 | |
final protected EndpointReferenceType | target |
target | final protected EndpointReferenceType target(Code) | | |
AbstractConduit | public AbstractConduit(EndpointReferenceType t)(Code) | | |
close | public void close(Message msg) throws IOException(Code) | | Parameters: message - for which content should be closed. |
close | public void close()(Code) | | Close the conduit.
|
getBackChannel | public Destination getBackChannel()(Code) | | Retreive the back-channel Destination.
the backchannel Destination (or null if the backchannel isbuilt-in) |
getTarget | public EndpointReferenceType getTarget()(Code) | | the reference associated with the target Destination |
Fields inherited from org.apache.cxf.transport.AbstractObservable | protected MessageObserver incomingObserver(Code)(Java Doc)
|
|
|
|