public abstract class PolicyResolverFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PolicyResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PolicyResolver |
create() |
abstract PolicyResolver |
doCreate() |
public static final PolicyResolver DEFAULT_POLICY_RESOLVER
public abstract PolicyResolver doCreate()
public static PolicyResolver create()
Copyright © 2015 Oracle Corporation. All rights reserved.