Uses of Class
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
Packages that use AbstractTubeImpl
Package
Description
Pipe and related abstractions.Default partial implementations of
Pipe.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of AbstractTubeImpl in com.sun.xml.ws.addressing
Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressingModifier and TypeClassDescriptionclassclassclassWsaClientTube appears in the Tubeline only if addressing is enabled.classHandles WS-Addressing for the server. -
Uses of AbstractTubeImpl in com.sun.xml.ws.addressing.v200408
Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressing.v200408Modifier and TypeClassDescriptionclassclass -
Uses of AbstractTubeImpl in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type AbstractTubeImplModifier and TypeMethodDescriptionvoidPipeClonerImpl.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.helperModifier and TypeClassDescriptionclassConvenient default implementation for filteringTube.classMethods in com.sun.xml.ws.api.pipe.helper that return AbstractTubeImplModifier and TypeMethodDescriptionfinal 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 AbstractTubeImplModifierConstructorDescriptionprotectedAbstractTubeImpl(AbstractTubeImpl that, TubeCloner cloner) Copy constructor. -
Uses of AbstractTubeImpl in com.sun.xml.ws.client
Subclasses of AbstractTubeImpl in com.sun.xml.ws.clientMethods in com.sun.xml.ws.client that return AbstractTubeImpl -
Uses of AbstractTubeImpl in com.sun.xml.ws.dump
Subclasses of AbstractTubeImpl in com.sun.xml.ws.dump -
Uses of AbstractTubeImpl in com.sun.xml.ws.handler
Subclasses of AbstractTubeImpl in com.sun.xml.ws.handlerModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of AbstractTubeImpl in com.sun.xml.ws.protocol.soap
Subclasses of AbstractTubeImpl in com.sun.xml.ws.protocol.soapModifier and TypeClassDescriptionclassPerforms soap mustUnderstand processing for clients.class -
Uses of AbstractTubeImpl in com.sun.xml.ws.server
Subclasses of AbstractTubeImpl in com.sun.xml.ws.serverModifier and TypeClassDescriptionclassInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classTubethat does the schema validation on the server side.Methods in com.sun.xml.ws.server that return AbstractTubeImplModifier and TypeMethodDescriptionfinal AbstractTubeImplInvokerTube.copy(TubeCloner cloner) processRequest() and processResponse() do not share any instance variables while processing the request.ServerSchemaValidationTube.copy(TubeCloner cloner) -
Uses of AbstractTubeImpl in com.sun.xml.ws.server.provider
Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.providerModifier and TypeClassDescriptionclassThisTubeis used to invoke theAsyncProviderendpoints.classclassThis 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.seiModifier and TypeClassDescriptionclassInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classThis 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.transportModifier and TypeClassDescriptionfinal classProxy 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 -
Uses of AbstractTubeImpl in com.sun.xml.ws.util.pipe
Subclasses of AbstractTubeImpl in com.sun.xml.ws.util.pipeModifier and TypeClassDescriptionclassTubethat does the schema validation.classPipethat dumps messages that pass through.Methods in com.sun.xml.ws.util.pipe that return AbstractTubeImpl