com.sun.xml.ws.api.policy
Class PolicyResolverFactory
java.lang.Object
com.sun.xml.ws.api.policy.PolicyResolverFactory
public abstract class PolicyResolverFactory
- extends java.lang.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.
Field Summary |
static 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
PolicyResolverFactory
public PolicyResolverFactory()
doCreate
public abstract PolicyResolver doCreate()
create
public static PolicyResolver create()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.