|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.util.pipe.StandalonePipeAssembler
public class StandalonePipeAssembler
Default Pipeline assembler for JAX-WS client and server side runtimes. It assembles various pipes into a pipeline that a message needs to be passed through.
| Constructor Summary | |
|---|---|
StandalonePipeAssembler()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandalonePipeAssembler()
| Method Detail |
|---|
@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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||