Uses of Class
com.sun.xml.ws.assembler.ServerTubelineAssemblyContext

Packages that use ServerTubelineAssemblyContext
com.sun.xml.ws.assembler   
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.ws.tx.service   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.assembler
 

Methods in com.sun.xml.ws.assembler with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube ServerPipelineHook.createSecurityTube(ServerTubelineAssemblyContext context)
          Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint.
 com.sun.xml.ws.api.pipe.Tube TubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 void TubelineAssemblyContextUpdater.prepareContext(ServerTubelineAssemblyContext context)
          TODO javadoc
 

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

Methods in com.sun.xml.ws.assembler.jaxws with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube AddressingTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube DumpTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube HandlerTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube MonitoringTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube MustUnderstandTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube TerminalTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube TransportTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube ValidationTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

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

Methods in com.sun.xml.ws.dump with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube ActionDumpTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

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

Methods in com.sun.xml.ws.messagedump with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube MessageDumpingTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

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

Methods in com.sun.xml.ws.rm.runtime with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube RxTubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 

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

Methods in com.sun.xml.ws.rm.runtime.testing with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube PacketFilteringTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

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

Methods in com.sun.xml.ws.tx.runtime with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube TxTubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.
 

Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.tx.service
 

Constructors in com.sun.xml.ws.tx.service with parameters of type ServerTubelineAssemblyContext
TxServerPipe(ServerTubelineAssemblyContext context, com.sun.xml.ws.api.pipe.Pipe next)
          Deployment time computations for WS-Atomic Tranaction processing.
 

Uses of ServerTubelineAssemblyContext in com.sun.xml.wss.jaxws.impl
 

Constructors in com.sun.xml.wss.jaxws.impl with parameters of type ServerTubelineAssemblyContext
SecurityServerTube(ServerTubelineAssemblyContext context, com.sun.xml.ws.api.pipe.Tube nextTube)
           
 

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

Methods in com.sun.xml.wss.provider.wsit with parameters of type ServerTubelineAssemblyContext
 com.sun.xml.ws.api.pipe.Tube ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube SecurityTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 void SecurityTubeFactory.prepareContext(ServerTubelineAssemblyContext context)