| Package | Description |
|---|---|
| com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
| com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
| com.sun.xml.ws.util.pipe |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
PipelineAssembler.createServer(ServerPipeAssemblerContext context)
Creates a new pipeline for servers.
|
| Modifier and Type | Method and Description |
|---|---|
Pipe |
ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for monitoring.
|
Pipe |
ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for security.
|
| Modifier and Type | Method and Description |
|---|---|
Pipe |
StandalonePipeAssembler.createServer(ServerPipeAssemblerContext context)
On Server-side, HandlerChains cannot be changed after it is deployed.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.