| java.lang.Object com.sun.xml.ws.util.pipe.StandaloneTubeAssembler
StandaloneTubeAssembler | public class StandaloneTubeAssembler implements TubelineAssembler(Code) | | 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.
author: Jitendra Kotamraju |
Field Summary | |
final public static boolean | dump |
dump | final public static boolean dump(Code) | | Are we going to dump the message to System.out?
|
createServer | public Tube createServer(ServerTubeAssemblerContext context)(Code) | | On Server-side, HandlerChains cannot be changed after it is deployed.
During assembling the Pipelines, we can decide if we really need a
SOAPHandlerPipe and LogicalHandlerPipe for a particular Endpoint.
|
|
|