public interface PolicyResolver
Modifier and Type | Interface and Description |
---|---|
static class |
PolicyResolver.ClientContext |
static class |
PolicyResolver.ServerContext |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.policy.PolicyMap |
resolve(PolicyResolver.ClientContext context)
Creates a PolicyResolver
|
com.sun.xml.ws.policy.PolicyMap |
resolve(PolicyResolver.ServerContext context)
Creates a PolicyResolver
|
com.sun.xml.ws.policy.PolicyMap resolve(PolicyResolver.ServerContext context) throws WebServiceException
context
- ServerContext that captures information useful for resolving Policy on server-sideWebServiceException
- If resolution failedcom.sun.xml.ws.policy.PolicyMap resolve(PolicyResolver.ClientContext context) throws WebServiceException
context
- ServerContext that captures information useful for resolving Policy on client-sideWebServiceException
- If resolution failedCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.