Uses of Class
com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext

Packages that use ServerTubeAssemblerContext
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.util.pipe   
 

Uses of ServerTubeAssemblerContext in com.sun.xml.ws.api.pipe
 

Subclasses of ServerTubeAssemblerContext in com.sun.xml.ws.api.pipe
 class ServerPipeAssemblerContext
          Deprecated. Use ServerTubeAssemblerContext.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type ServerTubeAssemblerContext
 Tube TubelineAssembler.createServer(ServerTubeAssemblerContext context)
          Creates a new tubeline for servers.
 

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

Methods in com.sun.xml.ws.util.pipe with parameters of type ServerTubeAssemblerContext
 Tube StandaloneTubeAssembler.createServer(ServerTubeAssemblerContext context)
          On Server-side, HandlerChains cannot be changed after it is deployed.