com.sun.xml.ws.encoding.policy
Class MtomModelConfiguratorProvider

java.lang.Object
  extended by com.sun.xml.ws.encoding.policy.MtomModelConfiguratorProvider
All Implemented Interfaces:
ModelConfiguratorProvider

public class MtomModelConfiguratorProvider
extends java.lang.Object
implements ModelConfiguratorProvider


Constructor Summary
MtomModelConfiguratorProvider()
          Creates a new instance of MtomModelConfiguratorProvider
 
Method Summary
 void configure(com.sun.xml.ws.api.model.wsdl.WSDLModel model, com.sun.xml.ws.policy.PolicyMap policyMap)
          process Mtom policy assertions and if found and is not optional then mtom is enabled on the WSDLBoundPortType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MtomModelConfiguratorProvider

public MtomModelConfiguratorProvider()
Creates a new instance of MtomModelConfiguratorProvider

Method Detail

configure

public void configure(com.sun.xml.ws.api.model.wsdl.WSDLModel model,
                      com.sun.xml.ws.policy.PolicyMap policyMap)
               throws com.sun.xml.ws.policy.PolicyException
process Mtom policy assertions and if found and is not optional then mtom is enabled on the WSDLBoundPortType

Specified by:
configure in interface ModelConfiguratorProvider
Parameters:
model - must be non-null
policyMap - must be non-null
Throws:
com.sun.xml.ws.policy.PolicyException