Package com.sun.xml.ws.api.pipe
Class ClientPipeAssemblerContext
java.lang.Object
com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
Deprecated.
Factory for well-known
Pipe implementations
that the PipelineAssembler needs to use
to satisfy JAX-WS requirements.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
ConstructorsConstructorDescriptionClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateClientMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.createDumpPipe(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.createSecurityPipe(Pipe next) Deprecated.Creates aTubethat adds container specific securityDeprecated.Creates a transport pipe (for client), which becomes the terminal pipe.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemacreateWsaPipe(Pipe next) Deprecated.Creates aPipethat performs WS-Addressig processing.Methods inherited from class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
createClientMUTube, createDumpTube, createHandlerTube, createSecurityTube, createTransportTube, createValidationTube, createWsaTube, getAddress, getBinding, getBindingProvider, getCodec, getContainer, getPortInfo, getSEI, getSEIModel, getService, getWsdlModel, setCodec
-
Constructor Details
-
ClientPipeAssemblerContext
public ClientPipeAssemblerContext(@NotNull EndpointAddress address, @NotNull WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding) Deprecated. -
ClientPipeAssemblerContext
public ClientPipeAssemblerContext(@NotNull EndpointAddress address, @NotNull WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container) Deprecated.
-
-
Method Details
-
createDumpPipe
Deprecated.creates aPipethat dumps messages that pass through. -
createWsaPipe
Deprecated.Creates aPipethat performs WS-Addressig processing. This pipe should be beforeClientMUTube. -
createClientMUPipe
Deprecated.Creates aPipethat performs SOAP mustUnderstand processing. This pipe should be before HandlerPipes. -
createValidationPipe
Deprecated.creates aPipethat validates messages against schema -
createHandlerPipe
Deprecated.Creates aPipethat invokes protocol and logical handlers. -
createSecurityPipe
Deprecated.Creates aTubethat adds container specific security -
createTransportPipe
Deprecated.Creates a transport pipe (for client), which becomes the terminal pipe.
-
ClientTubeAssemblerContext.