|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.server.ServerPipelineHook
com.sun.xml.ws.assembler.ServerPipelineHook
public class ServerPipelineHook
| Constructor Summary | |
|---|---|
ServerPipelineHook()
|
|
| Method Summary | |
|---|---|
com.sun.xml.ws.api.pipe.Pipe |
createSecurityPipe(com.sun.xml.ws.policy.PolicyMap policyMap,
com.sun.xml.ws.api.model.SEIModel seiModel,
com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel,
com.sun.xml.ws.api.server.WSEndpoint owner,
com.sun.xml.ws.api.pipe.Pipe tail)
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. |
com.sun.xml.ws.api.pipe.Tube |
createSecurityTube(ServerTubelineAssemblyContext context)
Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint. |
| Methods inherited from class com.sun.xml.ws.api.server.ServerPipelineHook |
|---|
createMonitoringPipe, createSecurityPipe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerPipelineHook()
| Method Detail |
|---|
@NotNull
public com.sun.xml.ws.api.pipe.Pipe createSecurityPipe(@Nullable
com.sun.xml.ws.policy.PolicyMap policyMap,
@Nullable
com.sun.xml.ws.api.model.SEIModel seiModel,
@Nullable
com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel,
@NotNull
com.sun.xml.ws.api.server.WSEndpoint owner,
@NotNull
com.sun.xml.ws.api.pipe.Pipe tail)
policyMap - PolicyMap holding policies for a scopeseiModel - abstraction of server-side SEIwsdlModel - abstraction of wsdl:portowner - instance of deployed servicetail - Head of the partially constructed pipeline. If the implementation
wishes to add new pipes, it should do so by extending
api.pipe.helper.AbstractFilterPipeImpl and making sure that this Pipe
eventually processes messages.
@NotNull public com.sun.xml.ws.api.pipe.Tube createSecurityTube(ServerTubelineAssemblyContext context)
If the implementation wishes to add new tubes, it should do so by extending
api.pipe.helper.AbstractFilterTubeImpl and making sure that this Tube
eventually processes messages.
context - Represents abstraction of policy map, tubeline head, 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 | |||||||||