public interface PolicyMapConfigurator
Modifier and Type | Method and Description |
---|---|
Collection<com.sun.xml.ws.policy.PolicySubject> |
update(com.sun.xml.ws.policy.PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
A callback method that allows to retrieve policy related information from provided parameters
return a collection of new policies that are added to the map.
|
Collection<com.sun.xml.ws.policy.PolicySubject> update(com.sun.xml.ws.policy.PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws com.sun.xml.ws.policy.PolicyException
policyMap
- This map contains the policies that were already createdmodel
- The WSDL model of the servicewsBinding
- The binding of the servicecom.sun.xml.ws.policy.PolicyException
- Throw this exception if an error occursCopyright © 2015 Oracle Corporation. All rights reserved.