public class StandaloneTubeAssembler extends Object implements TubelineAssembler
Modifier and Type | Field and Description |
---|---|
static boolean |
dump
Are we going to dump the message to System.out?
|
Constructor and Description |
---|
StandaloneTubeAssembler() |
Modifier and Type | Method and Description |
---|---|
Tube |
createClient(ClientTubeAssemblerContext context)
Creates a new tubeline for clients.
|
Tube |
createServer(ServerTubeAssemblerContext context)
On Server-side, HandlerChains cannot be changed after it is deployed.
|
@NotNull public Tube createClient(ClientTubeAssemblerContext context)
TubelineAssembler
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 tubeline as a part of the initilization.
createClient
in interface TubelineAssembler
context
- Object that captures various contextual information
that can be used to determine the tubeline to be assembled.public Tube createServer(ServerTubeAssemblerContext context)
createServer
in interface TubelineAssembler
context
- Object that captures various contextual information
that can be used to determine the tubeline to be assembled.Copyright © 2015 Oracle Corporation. All rights reserved.