|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.client.ClientPipelineHook
com.sun.xml.ws.assembler.dev.ClientPipelineHook
public class ClientPipelineHook
| Constructor Summary | |
|---|---|
ClientPipelineHook()
|
|
| Method Summary | |
|---|---|
com.sun.xml.ws.api.pipe.Pipe |
createSecurityPipe(com.sun.xml.ws.policy.PolicyMap policyMap,
com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext ctxt,
com.sun.xml.ws.api.pipe.Pipe tail)
Deprecated. Use createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext). |
com.sun.xml.ws.api.pipe.Tube |
createSecurityTube(ClientTubelineAssemblyContext context)
Called during the client-side tubeline construction process once to allow a container to register a tube for security. |
| Methods inherited from class com.sun.xml.ws.api.client.ClientPipelineHook |
|---|
createSecurityPipe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientPipelineHook()
| Method Detail |
|---|
@NotNull
@Deprecated
public com.sun.xml.ws.api.pipe.Pipe createSecurityPipe(@Nullable
com.sun.xml.ws.policy.PolicyMap policyMap,
com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext ctxt,
@NotNull
com.sun.xml.ws.api.pipe.Pipe tail)
createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext).
policyMap - PolicyMap holding policies for a scopectxt - Represents abstraction of SEI, WSDL abstraction etc. Context can be used
whether add a new pipe to the head or not.tail - Head of the partially constructed pipeline. If the implementation
wishes to add new pipes, it should do so by extending
com.sun.xml.ws.api.pipe.helper.AbstractFilterPipeImpl and making sure that this Pipe
eventually processes messages.
@NotNull public com.sun.xml.ws.api.pipe.Tube createSecurityTube(ClientTubelineAssemblyContext context)
If the implementation wishes to add new tubes, it should do so by extending
com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl and making sure that this Tube
eventually processes messages.
context - Represents abstraction of PolicyMap, SEI, WSDL abstraction etc. Context can be used
whether add a new tube to the head or not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||