Package com.sun.xml.ws.api.pipe
Class ServerPipeAssemblerContext
java.lang.Object
com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
Deprecated.
Factory for well-known server
Pipe implementations
that the PipelineAssembler needs to use
to satisfy JAX-WS requirements.- Author:
- Jitendra Kotamraju
-
Constructor Summary
ConstructorsConstructorDescriptionServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateDumpPipe(String name, PrintStream out, Pipe next) Deprecated.creates aPipethat dumps messages that pass through.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.createMonitoringPipe(Pipe next) Deprecated.Creates aPipethat does the monitoring of the invocation for a containercreateSecurityPipe(Pipe next) Deprecated.Creates aPipethat adds container specific securitycreateServerMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemacreateWsaPipe(Pipe next) Deprecated.Creates WS-Addressing pipeDeprecated.The lastPipein the pipeline.Methods inherited from class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
createDumpTube, createHandlerTube, createMonitoringTube, createSecurityTube, createServerMUTube, createValidationTube, createWsaTube, getCodec, getEndpoint, getSEIModel, getTerminalTube, getWsdlModel, isSynchronous, setCodec
-
Constructor Details
-
Method Details
-
createServerMUPipe
Deprecated.Creates aPipethat performs SOAP mustUnderstand processing. This pipe should be before HandlerPipes. -
createDumpPipe
Deprecated.creates aPipethat dumps messages that pass through. -
createMonitoringPipe
Deprecated.Creates aPipethat does the monitoring of the invocation for a container -
createSecurityPipe
Deprecated.Creates aPipethat adds container specific security -
createValidationPipe
Deprecated.creates aPipethat validates messages against schema -
createHandlerPipe
Deprecated.Creates aPipethat invokes protocol and logical handlers. -
getTerminalPipe
Deprecated.The lastPipein the pipeline. The assembler is expected to put additionalPipes in front of it.(Just to give you the idea how this is used, normally the terminal pipe is the one that invokes the user application or
Provider.)- Returns:
- always non-null terminal pipe
-
createWsaPipe
Deprecated.Creates WS-Addressing pipe
-
ServerTubeAssemblerContext.