public class AddressingFeatureConfigurator extends Object implements PolicyFeatureConfigurator
Constructor and Description |
---|
AddressingFeatureConfigurator()
Creates a new instance of AddressingFeatureConfigurator
|
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.
|
public AddressingFeatureConfigurator()
public Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey key, com.sun.xml.ws.policy.PolicyMap policyMap) throws com.sun.xml.ws.policy.PolicyException
PolicyFeatureConfigurator
getFeatures
in interface PolicyFeatureConfigurator
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 © 2015 Oracle Corporation. All rights reserved.