| java.lang.Object com.sun.xml.ws.util.pipe.StandalonePipeAssembler
StandalonePipeAssembler | public class StandalonePipeAssembler implements PipelineAssembler(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: Kohsuke Kawaguchi author: Jitendra Kotamraju |
createServer | public Pipe createServer(ServerPipeAssemblerContext 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.
|
|
|