Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.v200408 | |
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.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.dump | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.protocol.soap | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.sei | |
com.sun.xml.ws.transport | |
com.sun.xml.ws.transport.async_client_transport | |
com.sun.xml.ws.transport.http.client | |
com.sun.xml.ws.util.pipe |
Modifier and Type | Method and Description |
---|---|
WsaClientTube |
WsaClientTube.copy(TubeCloner cloner) |
WsaServerTube |
WsaServerTube.copy(TubeCloner cloner) |
W3CWsaClientTube |
W3CWsaClientTube.copy(TubeCloner cloner) |
W3CWsaServerTube |
W3CWsaServerTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
W3CWsaClientTube(WsaClientTube that,
TubeCloner cloner) |
W3CWsaServerTube(W3CWsaServerTube that,
TubeCloner cloner) |
WsaClientTube(WsaClientTube that,
TubeCloner cloner) |
WsaServerTube(WsaServerTube that,
TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
MemberSubmissionWsaServerTube |
MemberSubmissionWsaServerTube.copy(TubeCloner cloner) |
MemberSubmissionWsaClientTube |
MemberSubmissionWsaClientTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
MemberSubmissionWsaClientTube(MemberSubmissionWsaClientTube that,
TubeCloner cloner) |
MemberSubmissionWsaServerTube(MemberSubmissionWsaServerTube that,
TubeCloner cloner) |
Modifier and Type | Class and Description |
---|---|
class |
PipeCloner
Deprecated.
Use
TubeCloner . |
class |
PipeClonerImpl
Clones the whole pipeline.
|
Modifier and Type | Method and Description |
---|---|
Tube |
Tube.copy(TubeCloner cloner)
Creates an identical clone of this
Tube . |
Modifier and Type | Method and Description |
---|---|
abstract AbstractTubeImpl |
AbstractTubeImpl.copy(TubeCloner cloner) |
PipeAdapter |
PipeAdapter.copy(TubeCloner cloner) |
Constructor and Description |
---|
AbstractFilterTubeImpl(AbstractFilterTubeImpl that,
TubeCloner cloner) |
AbstractTubeImpl(AbstractTubeImpl that,
TubeCloner cloner)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
ClientSchemaValidationTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
ClientSchemaValidationTube(ClientSchemaValidationTube that,
TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
LoggingDumpTube |
LoggingDumpTube.copy(TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
AbstractFilterTubeImpl |
ClientLogicalHandlerTube.copy(TubeCloner cloner) |
AbstractFilterTubeImpl |
ClientMessageHandlerTube.copy(TubeCloner cloner) |
AbstractFilterTubeImpl |
ClientSOAPHandlerTube.copy(TubeCloner cloner) |
AbstractFilterTubeImpl |
ServerSOAPHandlerTube.copy(TubeCloner cloner) |
AbstractFilterTubeImpl |
ServerMessageHandlerTube.copy(TubeCloner cloner) |
AbstractFilterTubeImpl |
ServerLogicalHandlerTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
HandlerTube(HandlerTube that,
TubeCloner cloner)
Copy constructor for
Tube.copy(TubeCloner) . |
Modifier and Type | Method and Description |
---|---|
ClientMUTube |
ClientMUTube.copy(TubeCloner cloner) |
ServerMUTube |
ServerMUTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
ClientMUTube(ClientMUTube that,
TubeCloner cloner) |
ServerMUTube(ServerMUTube that,
TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
InvokerTube.copy(TubeCloner cloner)
processRequest() and processResponse() do not share any instance variables
while processing the request.
|
AbstractTubeImpl |
ServerSchemaValidationTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
ServerSchemaValidationTube(ServerSchemaValidationTube that,
TubeCloner cloner) |
Constructor and Description |
---|
InvokerTube(InvokerTube<T> that,
TubeCloner cloner)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
DeferredTransportPipe |
DeferredTransportPipe.copy(TubeCloner cloner) |
Constructor and Description |
---|
DeferredTransportPipe(DeferredTransportPipe that,
TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
AsyncClientTransportTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
AsyncClientTransportTube(AsyncClientTransportTube that,
TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
HttpTransportPipe |
HttpTransportPipe.copy(TubeCloner cloner) |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
DumpTube.copy(TubeCloner cloner) |
Constructor and Description |
---|
AbstractSchemaValidationTube(AbstractSchemaValidationTube that,
TubeCloner cloner) |
DumpTube(DumpTube that,
TubeCloner cloner)
Copy constructor.
|
Copyright © 2015 Oracle Corporation. All rights reserved.