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 This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.dump com.sun.xml.ws.handler com.sun.xml.ws.mex.server com.sun.xml.ws.protocol.soap com.sun.xml.ws.rx.mc.runtime com.sun.xml.ws.rx.rm.runtime com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime.com.sun.xml.ws.server.sei com.sun.xml.ws.transport com.sun.xml.ws.transport.http.client com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.tx.at.tube com.sun.xml.ws.util.pipe com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit com.sun.xml.xwss -
-
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.mex.server
Methods in com.sun.xml.ws.mex.server with parameters of type TubeCloner Modifier and Type Method Description MetadataServerPipeMetadataServerPipe. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.mex.server with parameters of type TubeCloner Constructor Description MetadataServerPipe(MetadataServerPipe that, TubeCloner cloner) -
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.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplMcClientTube. copy(TubeCloner cloner)AbstractTubeImplMcServerTube. copy(TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type TubeCloner Modifier and Type Method Description ServerTubeServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.rx.rm.runtime with parameters of type TubeCloner Constructor Description ServerTube(ServerTube original, 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.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplServiceChannelTransportPipe. copy(TubeCloner cloner)AbstractTubeImplTCPTransportPipe. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type TubeCloner Constructor Description TCPTransportPipe(TCPTransportPipe that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.ws.tx.at.tube
Methods in com.sun.xml.ws.tx.at.tube with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplWSATClientTube. copy(TubeCloner cloner)AbstractTubeImplWSATServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.tx.at.tube with parameters of type TubeCloner Constructor Description WSATServerTube(WSATServerTube that, 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. -
Uses of TubeCloner in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplSecurityClientTube. copy(TubeCloner cloner)AbstractTubeImplSecurityServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.wss.jaxws.impl with parameters of type TubeCloner Constructor Description SecurityClientTube(SecurityClientTube that, TubeCloner cloner)SecurityServerTube(SecurityServerTube that, TubeCloner cloner)SecurityTubeBase(SecurityTubeBase that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplClientSecurityTube. copy(TubeCloner cloner)AbstractTubeImplServerSecurityTube. copy(TubeCloner cloner)Constructors in com.sun.xml.wss.provider.wsit with parameters of type TubeCloner Constructor Description ClientSecurityTube(ClientSecurityTube that, TubeCloner cloner)ServerSecurityTube(ServerSecurityTube that, TubeCloner cloner) -
Uses of TubeCloner in com.sun.xml.xwss
Methods in com.sun.xml.xwss with parameters of type TubeCloner Modifier and Type Method Description AbstractTubeImplXWSSClientTube. copy(TubeCloner cloner)AbstractTubeImplXWSSServerTube. copy(TubeCloner cloner)Constructors in com.sun.xml.xwss with parameters of type TubeCloner Constructor Description XWSSClientTube(XWSSClientTube that, TubeCloner cloner)XWSSServerTube(XWSSServerTube that, TubeCloner cloner)
-