public class MtomPolicyMapConfigurator extends Object implements PolicyMapConfigurator
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MtomPolicyMapConfigurator.MtomAssertion |
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.