Uses of Class
com.sun.xml.ws.api.pipe.TubeCloner
-
Packages that use TubeCloner Package Description com.sun.xml.ws.addressing com.sun.xml.ws.addressing.v200408 com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport -
-
Uses of TubeCloner in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type TubeCloner Modifier and Type Method Description W3CWsaClientTubeW3CWsaClientTube. copy(TubeCloner cloner)W3CWsaServerTubeW3CWsaServerTube. copy(TubeCloner cloner)WsaClientTubeWsaClientTube. copy(TubeCloner cloner)WsaServerTubeWsaServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.addressing with parameters of type TubeCloner Constructor Description W3CWsaClientTube(WsaClientTube that, TubeCloner cloner)W3CWsaServerTube(W3CWsaServerTube that, TubeCloner cloner)WsaClientTube(WsaClientTube that, TubeCloner cloner)WsaServerTube(WsaServerTube that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.addressing.v200408
Methods in com.sun.xml.ws.addressing.v200408 with parameters of type TubeCloner Modifier and Type Method Description MemberSubmissionWsaClientTubeMemberSubmissionWsaClientTube. copy(TubeCloner cloner)MemberSubmissionWsaServerTubeMemberSubmissionWsaServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type TubeCloner Constructor Description MemberSubmissionWsaClientTube(MemberSubmissionWsaClientTube that, TubeCloner cloner)MemberSubmissionWsaServerTube(MemberSubmissionWsaServerTube that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.api.pipe
Subclasses of TubeCloner in com.sun.xml.ws.api.pipe Modifier and Type Class Description classPipeClonerDeprecated.UseTubeCloner.classPipeClonerImplClones the whole pipeline.Methods in com.sun.xml.ws.api.pipe with parameters of type TubeCloner Modifier and Type Method Description TubeTube. copy(TubeCloner cloner)Creates an identical clone of thisTube. -
Uses of TubeCloner in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type TubeCloner Modifier and Type Method Description com.sun.xml.ws.api.pipe.helper.AbstractTubeImplInvokerTube. copy(TubeCloner cloner)processRequest() and processResponse() do not share any instance variables while processing the request.com.sun.xml.ws.api.pipe.helper.AbstractTubeImplServerSchemaValidationTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.server with parameters of type TubeCloner Constructor Description ServerSchemaValidationTube(ServerSchemaValidationTube that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.transport
Methods in com.sun.xml.ws.transport with parameters of type TubeCloner Modifier and Type Method Description DeferredTransportPipeDeferredTransportPipe. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.transport with parameters of type TubeCloner Constructor Description DeferredTransportPipe(DeferredTransportPipe that, TubeCloner cloner)
-