|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
ClientTubeAssemblerContext
.
public final class ClientPipeAssemblerContext
Factory for well-known Pipe
implementations
that the PipelineAssembler
needs to use
to satisfy JAX-WS requirements.
Constructor Summary | |
---|---|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated. |
|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated. |
Method Summary | |
---|---|
Pipe |
createClientMUPipe(Pipe next)
Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing. |
Pipe |
createDumpPipe(java.lang.String name,
java.io.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. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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)
Method Detail |
---|
public Pipe createDumpPipe(java.lang.String name, java.io.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 schema
public Pipe createHandlerPipe(Pipe next)
Pipe
that invokes protocol and logical handlers.
@NotNull public Pipe createSecurityPipe(@NotNull Pipe next)
Tube
that adds container specific security
public Pipe createTransportPipe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |