public class StandalonePipeAssembler extends Object implements PipelineAssembler
| Constructor and Description |
|---|
StandalonePipeAssembler() |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
createClient(ClientPipeAssemblerContext context)
Creates a new pipeline for clients.
|
Pipe |
createServer(ServerPipeAssemblerContext context)
On Server-side, HandlerChains cannot be changed after it is deployed.
|
@NotNull public Pipe createClient(ClientPipeAssemblerContext context)
PipelineAssembler
When a JAX-WS client creates a proxy or a Dispatch from
a Service, JAX-WS runtime internally uses this method
to create a new pipeline as a part of the initilization.
createClient in interface PipelineAssemblercontext - Object that captures various contextual information
that can be used to determine the pipeline to be assembled.public Pipe createServer(ServerPipeAssemblerContext context)
createServer in interface PipelineAssemblercontext - Object that captures various contextual information
that can be used to determine the pipeline to be assembled.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.