Uses of Class
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
-
Packages that use AbstractTubeImpl 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.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 JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.server.provider 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 AbstractTubeImpl in com.sun.xml.ws.addressing
Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressing Modifier and Type Class Description classW3CWsaClientTubeclassW3CWsaServerTubeclassWsaClientTubeWsaClientTube appears in the Tubeline only if addressing is enabled.classWsaServerTubeHandles WS-Addressing for the server. -
Uses of AbstractTubeImpl in com.sun.xml.ws.addressing.v200408
Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressing.v200408 Modifier and Type Class Description classMemberSubmissionWsaClientTubeclassMemberSubmissionWsaServerTube -
Uses of AbstractTubeImpl in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type AbstractTubeImpl Modifier and Type Method Description voidPipeClonerImpl. add(AbstractTubeImpl original, AbstractTubeImpl copy)Disambiguation version. -
Uses of AbstractTubeImpl in com.sun.xml.ws.api.pipe.helper
Subclasses of AbstractTubeImpl in com.sun.xml.ws.api.pipe.helper Modifier and Type Class Description classAbstractFilterTubeImplConvenient default implementation for filteringTube.classPipeAdapterMethods in com.sun.xml.ws.api.pipe.helper that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplAbstractTubeImpl. copy(PipeCloner cloner)Needs to be implemented by the derived class, but we can't make it abstract without upsetting javac.abstract AbstractTubeImplAbstractTubeImpl. copy(TubeCloner cloner)Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type AbstractTubeImpl Constructor Description AbstractTubeImpl(AbstractTubeImpl that, TubeCloner cloner)Copy constructor. -
Uses of AbstractTubeImpl in com.sun.xml.ws.client
Subclasses of AbstractTubeImpl in com.sun.xml.ws.client Modifier and Type Class Description classClientSchemaValidationTubeTubethat does the schema validation on the client side.Methods in com.sun.xml.ws.client that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplClientSchemaValidationTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.ws.dump
Subclasses of AbstractTubeImpl in com.sun.xml.ws.dump Modifier and Type Class Description classLoggingDumpTube -
Uses of AbstractTubeImpl in com.sun.xml.ws.handler
Subclasses of AbstractTubeImpl in com.sun.xml.ws.handler Modifier and Type Class Description classClientLogicalHandlerTubeclassClientMessageHandlerTubeclassClientSOAPHandlerTubeclassHandlerTubeclassServerLogicalHandlerTubeclassServerMessageHandlerTubeclassServerSOAPHandlerTube -
Uses of AbstractTubeImpl in com.sun.xml.ws.mex.server
Subclasses of AbstractTubeImpl in com.sun.xml.ws.mex.server Modifier and Type Class Description classMetadataServerPipeThis pipe handles any mex requests that come through. -
Uses of AbstractTubeImpl in com.sun.xml.ws.protocol.soap
Subclasses of AbstractTubeImpl in com.sun.xml.ws.protocol.soap Modifier and Type Class Description classClientMUTubePerforms soap mustUnderstand processing for clients.classServerMUTube -
Uses of AbstractTubeImpl in com.sun.xml.ws.rx.mc.runtime
Subclasses of AbstractTubeImpl in com.sun.xml.ws.rx.mc.runtime Modifier and Type Class Description classMcClientTubeclassMcServerTubeMethods in com.sun.xml.ws.rx.mc.runtime that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplMcClientTube. copy(TubeCloner cloner)AbstractTubeImplMcServerTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.ws.rx.rm.runtime
Subclasses of AbstractTubeImpl in com.sun.xml.ws.rx.rm.runtime Modifier and Type Class Description classServerTube -
Uses of AbstractTubeImpl in com.sun.xml.ws.server
Subclasses of AbstractTubeImpl in com.sun.xml.ws.server Modifier and Type Class Description classInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classServerSchemaValidationTubeTubethat does the schema validation on the server side.Methods in com.sun.xml.ws.server that return AbstractTubeImpl 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) -
Uses of AbstractTubeImpl in com.sun.xml.ws.server.provider
Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.provider Modifier and Type Class Description classAsyncProviderInvokerTube<T>ThisTubeis used to invoke theAsyncProviderendpoints.classProviderInvokerTube<T>classSyncProviderInvokerTube<T>This tube is used to invoke theProviderendpoints. -
Uses of AbstractTubeImpl in com.sun.xml.ws.server.sei
Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.sei Modifier and Type Class Description classInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classSEIInvokerTubeThis pipe is used to invoke SEI based endpoints. -
Uses of AbstractTubeImpl in com.sun.xml.ws.transport
Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport Modifier and Type Class Description classDeferredTransportPipeProxy transportTubeandPipethat lazily determines the actual transport pipe by looking atPacket.endpointAddress. -
Uses of AbstractTubeImpl in com.sun.xml.ws.transport.http.client
Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport.http.client Modifier and Type Class Description classHttpTransportPipeTubethat sends a request to a remote HTTP server. -
Uses of AbstractTubeImpl in com.sun.xml.ws.transport.tcp.client
Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport.tcp.client Modifier and Type Class Description classServiceChannelTransportPipeclassTCPTransportPipeMethods in com.sun.xml.ws.transport.tcp.client that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplServiceChannelTransportPipe. copy(TubeCloner cloner)AbstractTubeImplTCPTransportPipe. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.ws.tx.at.tube
Subclasses of AbstractTubeImpl in com.sun.xml.ws.tx.at.tube Modifier and Type Class Description classWSATClientTubeclassWSATServerTubeTypical inbound message:Methods in com.sun.xml.ws.tx.at.tube that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplWSATClientTube. copy(TubeCloner cloner)AbstractTubeImplWSATServerTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.ws.util.pipe
Subclasses of AbstractTubeImpl in com.sun.xml.ws.util.pipe Modifier and Type Class Description classAbstractSchemaValidationTubeTubethat does the schema validation.classDumpTubePipethat dumps messages that pass through.Methods in com.sun.xml.ws.util.pipe that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplDumpTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.wss.jaxws.impl
Subclasses of AbstractTubeImpl in com.sun.xml.wss.jaxws.impl Modifier and Type Class Description classSecurityClientTubeclassSecurityServerTubeclassSecurityTubeBaseMethods in com.sun.xml.wss.jaxws.impl that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplSecurityClientTube. copy(TubeCloner cloner)AbstractTubeImplSecurityServerTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.wss.provider.wsit
Subclasses of AbstractTubeImpl in com.sun.xml.wss.provider.wsit Modifier and Type Class Description classClientSecurityTubeclassServerSecurityTubeMethods in com.sun.xml.wss.provider.wsit that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplClientSecurityTube. copy(TubeCloner cloner)AbstractTubeImplServerSecurityTube. copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.xwss
Subclasses of AbstractTubeImpl in com.sun.xml.xwss Modifier and Type Class Description classXWSSClientTubeclassXWSSServerTubeMethods in com.sun.xml.xwss that return AbstractTubeImpl Modifier and Type Method Description AbstractTubeImplXWSSClientTube. copy(TubeCloner cloner)AbstractTubeImplXWSSServerTube. copy(TubeCloner cloner)
-