Class PipeCloner

java.lang.Object
com.sun.xml.ws.api.pipe.TubeCloner
com.sun.xml.ws.api.pipe.PipeCloner
Direct Known Subclasses:
PipeClonerImpl

@Deprecated public abstract class PipeCloner extends TubeCloner
Deprecated.
Clones the whole pipeline.

Since Pipes may form an arbitrary directed graph, someone needs to keep track of isomorphism for a clone to happen correctly. This class serves that role.

Author:
Kohsuke Kawaguchi