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 PipelineAssembler
context
- 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 PipelineAssembler
context
- Object that captures various contextual information
that can be used to determine the pipeline to be assembled.Copyright © 2015 Oracle Corporation. All rights reserved.