Package com.sun.xml.ws.api.policy
Class PolicyResolverFactory
- java.lang.Object
-
- com.sun.xml.ws.api.policy.PolicyResolverFactory
-
- Direct Known Subclasses:
WsitPolicyResolverFactory
public abstract class PolicyResolverFactory extends Object
PolicyResolverFactory provides a way to override Effective Policy Resolution for a Service or Client. JAX-WS provides DEFAULT_POLICY_RESOLVER implementation that on server-side validates that Policy has single alternative in the scope of each subject on client-side updates with the effective policy by doing alternative selection. Extensions can override this to consult other forms of configuration to give the effective PolicyMap.- Author:
- Rama Pulavarthi
-
-
Field Summary
Fields Modifier and Type Field Description static PolicyResolverDEFAULT_POLICY_RESOLVERJAX-WS provided DEFAULT_POLICY_RESOLVER implementation that on server-side validates that Policy has single alternative in the scope of each subject on client-side updates with the effective policy by doing alternative selection.
-
Constructor Summary
Constructors Constructor Description PolicyResolverFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PolicyResolvercreate()abstract PolicyResolverdoCreate()
-
-
-
Field Detail
-
DEFAULT_POLICY_RESOLVER
public static final PolicyResolver DEFAULT_POLICY_RESOLVER
JAX-WS provided DEFAULT_POLICY_RESOLVER implementation that on server-side validates that Policy has single alternative in the scope of each subject on client-side updates with the effective policy by doing alternative selection.
-
-
Method Detail
-
doCreate
public abstract PolicyResolver doCreate()
-
create
public static PolicyResolver create()
-
-