Uses of Class
com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
Packages that use ServerPipeAssemblerContext
-
Uses of ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type ServerPipeAssemblerContextModifier and TypeMethodDescriptionPipelineAssembler.createServer(ServerPipeAssemblerContext context) Creates a new pipeline for servers. -
Uses of ServerPipeAssemblerContext in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with parameters of type ServerPipeAssemblerContextModifier and TypeMethodDescriptionServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for monitoring.ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for security. -
Uses of ServerPipeAssemblerContext in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe with parameters of type ServerPipeAssemblerContextModifier and TypeMethodDescriptionStandalonePipeAssembler.createServer(ServerPipeAssemblerContext context) On Server-side, HandlerChains cannot be changed after it is deployed.