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.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.util.pipe -
-
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.handler
Subclasses of AbstractTubeImpl in com.sun.xml.ws.handler Modifier and Type Class Description classClientLogicalHandlerTubeclassClientMessageHandlerTubeclassClientSOAPHandlerTubeclassHandlerTubeclassServerLogicalHandlerTubeclassServerMessageHandlerTubeclassServerSOAPHandlerTube -
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.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.sei
Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.sei with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classcom.sun.xml.ws.server.sei.InvokerTube<T extends com.sun.xml.ws.server.sei.Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking. -
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.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)
-