| java.lang.Object com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
All known Subclasses: com.sun.xml.ws.transport.local.LocalAsyncTransportTube, com.sun.xml.ws.api.pipe.helper.PipeAdapter, com.sun.xml.ws.transport.local.LocalTransportTube, com.sun.xml.ws.server.InvokerTube, com.sun.xml.ws.transport.DeferredTransportPipe, com.sun.xml.ws.transport.http.client.HttpTransportPipe, com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl,
AbstractTubeImpl | abstract public class AbstractTubeImpl implements Tube,Pipe(Code) | | Base class for
Tube implementation.
This can be also used as a
Pipe , and thus effectively
making every
Tube usable as a
Pipe .
author: Kohsuke Kawaguchi |
AbstractTubeImpl | protected AbstractTubeImpl()(Code) | | Default constructor.
|
copy | final public AbstractTubeImpl copy(PipeCloner cloner)(Code) | | Needs to be implemented by the derived class, but we can't make it abstract
without upsetting javac.
|
|
|