Uses of Class
com.sun.xml.ws.api.pipe.PipeCloner
Packages that use PipeCloner
-
Uses of PipeCloner in com.sun.xml.ws.api.pipe
Subclasses of PipeCloner in com.sun.xml.ws.api.pipeMethods in com.sun.xml.ws.api.pipe with parameters of type PipeClonerModifier and TypeMethodDescriptionPipe.copy(PipeCloner cloner) Deprecated.Creates an identical clone of thisPipe. -
Uses of PipeCloner in com.sun.xml.ws.api.pipe.helper
Methods in com.sun.xml.ws.api.pipe.helper with parameters of type PipeClonerModifier and TypeMethodDescriptionfinal AbstractTubeImplAbstractTubeImpl.copy(PipeCloner cloner) Needs to be implemented by the derived class, but we can't make it abstract without upsetting javac.Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type PipeClonerModifierConstructorDescriptionprotectedAbstractFilterPipeImpl(AbstractFilterPipeImpl that, PipeCloner cloner) protectedAbstractPipeImpl(Pipe that, PipeCloner cloner) Basis for the copy constructor.