public interface PolicyFeatureConfigurator
| Modifier and Type | Method and Description |
|---|---|
Collection<WebServiceFeature> |
getFeatures(com.sun.xml.ws.policy.PolicyMapKey key,
com.sun.xml.ws.policy.PolicyMap policyMap)
A callback method that allows to retrieve policy related information from provided PolicyMap
and return a list of corresponding WebServiceFeatures.
|
Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey key, com.sun.xml.ws.policy.PolicyMap policyMap) throws com.sun.xml.ws.policy.PolicyException
key - Identifies the policy in the policy mappolicyMap - Provides policies as a source of information on proper configurationcom.sun.xml.ws.policy.PolicyException - If an error occurredCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.