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

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

public class FastInfosetModelConfiguratorProvider
extends java.lang.Object
implements ModelConfiguratorProvider

A configurator provider for FastInfoset policy assertions.


Field Summary
static javax.xml.namespace.QName enabled
           
 
Constructor Summary
FastInfosetModelConfiguratorProvider()
           
 
Method Summary
 void configure(com.sun.xml.ws.api.model.wsdl.WSDLModel model, com.sun.xml.ws.policy.PolicyMap policyMap)
          Process FastInfoset policy assertions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public static final javax.xml.namespace.QName enabled
Constructor Detail

FastInfosetModelConfiguratorProvider

public FastInfosetModelConfiguratorProvider()
Method Detail

configure

public void configure(@NotNull
                      com.sun.xml.ws.api.model.wsdl.WSDLModel model,
                      @NotNull
                      com.sun.xml.ws.policy.PolicyMap policyMap)
               throws com.sun.xml.ws.policy.PolicyException
Process FastInfoset policy assertions.

Specified by:
configure in interface ModelConfiguratorProvider
Parameters:
model - the WSDL model.
policyMap - the policy map.
Throws:
com.sun.xml.ws.policy.PolicyException