public class AddressingPolicyMapConfigurator extends Object implements PolicyMapConfigurator
Constructor and Description |
---|
AddressingPolicyMapConfigurator() |
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)
Puts an addressing policy into the PolicyMap if the addressing feature was set.
|
public 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
update
in interface PolicyMapConfigurator
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.