Uses of Interface
com.sun.xml.ws.assembler.TubeFactory

Packages that use TubeFactory
com.sun.xml.ws.assembler.jaxws   
com.sun.xml.ws.dump   
com.sun.xml.ws.messagedump   
com.sun.xml.ws.rm.runtime   
com.sun.xml.ws.rm.runtime.testing   
com.sun.xml.ws.tx.runtime   
com.sun.xml.wss.provider.wsit   
 

Uses of TubeFactory in com.sun.xml.ws.assembler.jaxws
 

Classes in com.sun.xml.ws.assembler.jaxws that implement TubeFactory
 class AddressingTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class DumpTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class HandlerTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class MonitoringTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class MustUnderstandTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class TerminalTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class TransportTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 class ValidationTubeFactory
          TubeFactory implementation creating one of the standard JAX-WS RI tubes
 

Uses of TubeFactory in com.sun.xml.ws.dump
 

Classes in com.sun.xml.ws.dump that implement TubeFactory
 class ActionDumpTubeFactory
           
 

Uses of TubeFactory in com.sun.xml.ws.messagedump
 

Classes in com.sun.xml.ws.messagedump that implement TubeFactory
 class MessageDumpingTubeFactory
           
 

Uses of TubeFactory in com.sun.xml.ws.rm.runtime
 

Classes in com.sun.xml.ws.rm.runtime that implement TubeFactory
 class RxTubeFactory
          This factory class is responsible for instantiating RX tubes based on the actual configuration of RX-related web services features.
 

Uses of TubeFactory in com.sun.xml.ws.rm.runtime.testing
 

Classes in com.sun.xml.ws.rm.runtime.testing that implement TubeFactory
 class PacketFilteringTubeFactory
           
 

Uses of TubeFactory in com.sun.xml.ws.tx.runtime
 

Classes in com.sun.xml.ws.tx.runtime that implement TubeFactory
 class TxTubeFactory
           
 

Uses of TubeFactory in com.sun.xml.wss.provider.wsit
 

Classes in com.sun.xml.wss.provider.wsit that implement TubeFactory
 class SecurityTubeFactory