public final class ClientPipeAssemblerContext extends ClientTubeAssemblerContext
Pipe implementations
that the PipelineAssembler needs to use
to satisfy JAX-WS requirements.| Constructor and Description |
|---|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated.
|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Pipe |
createClientMUPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs SOAP mustUnderstand processing. |
Pipe |
createDumpPipe(String name,
PrintStream out,
Pipe next)
Deprecated.
creates a
Pipe that dumps messages that pass through. |
Pipe |
createHandlerPipe(Pipe next)
Deprecated.
Creates a
Pipe that invokes protocol and logical handlers. |
Pipe |
createSecurityPipe(Pipe next)
Deprecated.
Creates a
Tube that adds container specific security |
Pipe |
createTransportPipe()
Deprecated.
Creates a transport pipe (for client), which becomes the terminal pipe.
|
Pipe |
createValidationPipe(Pipe next)
Deprecated.
creates a
Pipe that validates messages against schema |
Pipe |
createWsaPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs WS-Addressig processing. |
createClientMUTube, createDumpTube, createHandlerTube, createSecurityTube, createTransportTube, createValidationTube, createWsaTube, getAddress, getBinding, getBindingProvider, getCodec, getContainer, getPortInfo, getSEI, getSEIModel, getService, getWsdlModel, setCodecpublic ClientPipeAssemblerContext(@NotNull
EndpointAddress address,
@NotNull
WSDLPort wsdlModel,
@NotNull
WSService rootOwner,
@NotNull
WSBinding binding)
public ClientPipeAssemblerContext(@NotNull
EndpointAddress address,
@NotNull
WSDLPort wsdlModel,
@NotNull
WSService rootOwner,
@NotNull
WSBinding binding,
@NotNull
Container container)
public Pipe createDumpPipe(String name, PrintStream out, Pipe next)
Pipe that dumps messages that pass through.public Pipe createWsaPipe(Pipe next)
Pipe that performs WS-Addressig processing.
This pipe should be before ClientMUTube.public Pipe createClientMUPipe(Pipe next)
Pipe that performs SOAP mustUnderstand processing.
This pipe should be before HandlerPipes.public Pipe createValidationPipe(Pipe next)
Pipe that validates messages against schemapublic Pipe createHandlerPipe(Pipe next)
Pipe that invokes protocol and logical handlers.@NotNull public Pipe createSecurityPipe(@NotNull Pipe next)
Tube that adds container specific securitypublic Pipe createTransportPipe()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.