Package com.sun.xml.ws.addressing.policy
Class AddressingPolicyMapConfigurator
- java.lang.Object
-
- com.sun.xml.ws.addressing.policy.AddressingPolicyMapConfigurator
-
- All Implemented Interfaces:
PolicyMapConfigurator
public class AddressingPolicyMapConfigurator extends Object implements PolicyMapConfigurator
Generate an addressing policy and updates the PolicyMap if AddressingFeature is enabled.- Author:
- Fabian Ritzmann, Rama Pulavarthi
-
-
Constructor Summary
Constructors Constructor Description AddressingPolicyMapConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PolicySubject>update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set.
-
-
-
Method Detail
-
update
public Collection<PolicySubject> update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws PolicyException
Puts an addressing policy into the PolicyMap if the addressing feature was set.- Specified by:
updatein interfacePolicyMapConfigurator- Parameters:
policyMap- This map contains the policies that were already createdmodel- The WSDL model of the servicewsBinding- The binding of the service- Returns:
- A collection of policies and the subject to which they are attached. May return null or an empty collection.
- Throws:
PolicyException- Throw this exception if an error occurs
-
-