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.api.pipe.helper Default partial implementations ofPipe.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.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 Runtimecom.sun.xml.ws.server.sei com.sun.xml.ws.transport com.sun.xml.ws.transport.http.client com.sun.xml.ws.util.pipe -
-
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.api.pipe.helper
Methods in com.sun.xml.ws.api.pipe.helper with parameters of type TubeCloner Modifier and Type Method Description abstract AbstractTubeImplAbstractTubeImpl. copy(TubeCloner cloner)PipeAdapterPipeAdapter. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type TubeCloner Constructor Description AbstractFilterTubeImpl(AbstractFilterTubeImpl that, TubeCloner cloner)AbstractTubeImpl(AbstractTubeImpl that, TubeCloner cloner)Copy constructor. -
Uses of TubeCloner in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplClientSchemaValidationTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.client with parameters of type TubeCloner Constructor Description ClientSchemaValidationTube(ClientSchemaValidationTube that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.dump
Methods in com.sun.xml.ws.dump with parameters of type TubeCloner Modifier and Type Method Description LoggingDumpTubeLoggingDumpTube. copy(TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler with parameters of type TubeCloner Modifier and Type Method Description AbstractFilterTubeImplClientLogicalHandlerTube. copy(TubeCloner cloner)AbstractFilterTubeImplClientMessageHandlerTube. copy(TubeCloner cloner)AbstractFilterTubeImplClientSOAPHandlerTube. copy(TubeCloner cloner)AbstractFilterTubeImplServerLogicalHandlerTube. copy(TubeCloner cloner)AbstractFilterTubeImplServerMessageHandlerTube. copy(TubeCloner cloner)AbstractFilterTubeImplServerSOAPHandlerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.handler with parameters of type TubeCloner Constructor Description HandlerTube(HandlerTube that, TubeCloner cloner)Copy constructor forTube.copy(TubeCloner). -
Uses of TubeCloner in com.sun.xml.ws.protocol.soap
Methods in com.sun.xml.ws.protocol.soap with parameters of type TubeCloner Modifier and Type Method Description ClientMUTubeClientMUTube. copy(TubeCloner cloner)ServerMUTubeServerMUTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.protocol.soap with parameters of type TubeCloner Constructor Description ClientMUTube(ClientMUTube that, TubeCloner cloner)ServerMUTube(ServerMUTube that, TubeCloner cloner) -
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 AbstractTubeImplInvokerTube. copy(TubeCloner cloner)processRequest() and processResponse() do not share any instance variables while processing the request.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.server.sei
Constructors in com.sun.xml.ws.server.sei with parameters of type TubeCloner Constructor Description InvokerTube(InvokerTube<T> that, TubeCloner cloner)Copy constructor. -
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) -
Uses of TubeCloner in com.sun.xml.ws.transport.http.client
Methods in com.sun.xml.ws.transport.http.client with parameters of type TubeCloner Modifier and Type Method Description HttpTransportPipeHttpTransportPipe. copy(TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplDumpTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.util.pipe with parameters of type TubeCloner Constructor Description AbstractSchemaValidationTube(AbstractSchemaValidationTube that, TubeCloner cloner)DumpTube(DumpTube that, TubeCloner cloner)Copy constructor.
-