Uses of Class
com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl

Packages that use AbstractFilterTubeImpl
com.sun.xml.ws.addressing   
com.sun.xml.ws.api.pipe.helper Default partial implementations of Pipe
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.handler   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.util.pipe   
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.addressing
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.addressing
 class WsaClientTube
          WsaClientTube appears in the Tubeline only if addressing is enabled.
 class WsaServerTube
          Handles WS-Addressing for the server.
(package private)  class WsaTube
          WS-Addressing processing code shared between client and server.
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.api.pipe.helper
 

Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type AbstractFilterTubeImpl
AbstractFilterTubeImpl(AbstractFilterTubeImpl that, TubeCloner cloner)
           
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.client
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.client
 class ClientSchemaValidationTube
          Tube that does the schema validation on the client side.
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.handler
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.handler
 class ClientLogicalHandlerTube
           
 class ClientMessageHandlerTube
           
 class ClientSOAPHandlerTube
           
 class HandlerTube
           
 class ServerLogicalHandlerTube
           
 class ServerMessageHandlerTube
           
 class ServerSOAPHandlerTube
           
 

Methods in com.sun.xml.ws.handler that return AbstractFilterTubeImpl
 AbstractFilterTubeImpl ServerSOAPHandlerTube.copy(TubeCloner cloner)
           
 AbstractFilterTubeImpl ServerMessageHandlerTube.copy(TubeCloner cloner)
           
 AbstractFilterTubeImpl ServerLogicalHandlerTube.copy(TubeCloner cloner)
           
 AbstractFilterTubeImpl ClientSOAPHandlerTube.copy(TubeCloner cloner)
           
 AbstractFilterTubeImpl ClientMessageHandlerTube.copy(TubeCloner cloner)
           
 AbstractFilterTubeImpl ClientLogicalHandlerTube.copy(TubeCloner cloner)
           
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.protocol.soap
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.protocol.soap
 class ClientMUTube
          Performs soap mustUnderstand processing for clients.
(package private)  class MUTube
           
 class ServerMUTube
           
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.server
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.server
 class ServerSchemaValidationTube
          Tube that does the schema validation on the server side.
 

Uses of AbstractFilterTubeImpl in com.sun.xml.ws.util.pipe
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.util.pipe
 class AbstractSchemaValidationTube
          Tube that does the schema validation.
 class DumpTube
          Pipe that dumps messages that pass through.