|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PipeCloner | |
|---|---|
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.api.pipe.helper | Default partial implementations of Pipe. |
| com.sun.xml.wss.provider.wsit | |
| Uses of PipeCloner in com.sun.xml.ws.api.pipe |
|---|
| Subclasses of PipeCloner in com.sun.xml.ws.api.pipe | |
|---|---|
class |
PipeClonerImpl
Clones the whole pipeline. |
| Methods in com.sun.xml.ws.api.pipe with parameters of type PipeCloner | |
|---|---|
Pipe |
Pipe.copy(PipeCloner cloner)
Deprecated. Creates an identical clone of this Pipe. |
| Uses of PipeCloner in com.sun.xml.ws.api.pipe.helper |
|---|
| Methods in com.sun.xml.ws.api.pipe.helper with parameters of type PipeCloner | |
|---|---|
AbstractTubeImpl |
AbstractTubeImpl.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 PipeCloner | |
|---|---|
AbstractFilterPipeImpl(AbstractFilterPipeImpl that,
PipeCloner cloner)
|
|
AbstractPipeImpl(Pipe that,
PipeCloner cloner)
Basis for the copy constructor. |
|
| Uses of PipeCloner in com.sun.xml.wss.provider.wsit |
|---|
| Methods in com.sun.xml.wss.provider.wsit with parameters of type PipeCloner | |
|---|---|
Pipe |
ClientSecurityPipe.copy(PipeCloner cloner)
|
Pipe |
ServerSecurityPipe.copy(PipeCloner cloner)
This is used in creating subsequent pipes. |
| Constructors in com.sun.xml.wss.provider.wsit with parameters of type PipeCloner | |
|---|---|
ClientSecurityPipe(ClientSecurityPipe that,
PipeCloner cloner)
|
|
ServerSecurityPipe(ServerSecurityPipe that,
PipeCloner cloner)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||