Uses of Class
com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Packages that use ServerTubeAssemblerContext Package Description com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of ServerTubeAssemblerContext in com.sun.xml.ws.api.pipe
Subclasses of ServerTubeAssemblerContext in com.sun.xml.ws.api.pipe Modifier and Type Class Description classServerPipeAssemblerContextDeprecated.Methods in com.sun.xml.ws.api.pipe with parameters of type ServerTubeAssemblerContext Modifier and Type Method Description TubeTubelineAssembler. createServer(ServerTubeAssemblerContext context)Creates a new tubeline for servers. -
Uses of ServerTubeAssemblerContext in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return ServerTubeAssemblerContext Modifier and Type Method Description abstract ServerTubeAssemblerContextWSEndpoint. getAssemblerContext()This is only needed to expose info for monitoring. -
Uses of ServerTubeAssemblerContext in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return ServerTubeAssemblerContext Modifier and Type Method Description protected ServerTubeAssemblerContextWSEndpointImpl. createServerTubeAssemblerContext(EndpointAwareTube terminalTube, boolean isSynchronous)ServerTubeAssemblerContextWSEndpointImpl. getAssemblerContext()ServerTubeAssemblerContextWSEndpointMOMProxy. getAssemblerContext()
-