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

Packages that use AbstractFilterTubeImpl
com.sun.xml.ws.addressing   
com.sun.xml.ws.addressing.v200408   
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.dump   
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 W3CWsaClientTube
           
 class W3CWsaServerTube
           
 class WsaClientTube
          WsaClientTube appears in the Tubeline only if addressing is enabled.
 class WsaServerTube
          Handles WS-Addressing for the server.
 

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

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.addressing.v200408
 class MemberSubmissionWsaClientTube
           
 class MemberSubmissionWsaServerTube
           
 

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.dump
 

Subclasses of AbstractFilterTubeImpl in com.sun.xml.ws.dump
 class LoggingDumpTube
           
 

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.
 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.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.