com.sun.xml.ws.api.policy
Class PolicyResolverFactory

java.lang.Object
  extended by 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.
 
Constructor Summary
PolicyResolverFactory()
           
 
Method Summary
static PolicyResolver create()
           
abstract  PolicyResolver doCreate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Constructor Detail

PolicyResolverFactory

public PolicyResolverFactory()
Method Detail

doCreate

public abstract PolicyResolver doCreate()

create

public static PolicyResolver create()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.