Package | Description |
---|---|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.pipe.helper |
Default partial implementations of
Pipe . |
Modifier and Type | Class and Description |
---|---|
class |
PipeClonerImpl
Clones the whole pipeline.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
Pipe.copy(PipeCloner cloner)
Deprecated.
Creates an identical clone of this
Pipe . |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
AbstractTubeImpl.copy(PipeCloner cloner)
Needs to be implemented by the derived class, but we can't make it abstract
without upsetting javac.
|
Constructor and Description |
---|
AbstractFilterPipeImpl(AbstractFilterPipeImpl that,
PipeCloner cloner) |
AbstractPipeImpl(Pipe that,
PipeCloner cloner)
Basis for the copy constructor.
|
Copyright © 2015 Oracle Corporation. All rights reserved.