public class MtomPolicyMapConfigurator extends Object implements PolicyMapConfigurator
Constructor and Description |
---|
MtomPolicyMapConfigurator() |
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)
Generates an MTOM policy if MTOM is enabled.
|
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 © 2015 Oracle Corporation. All rights reserved.