com.sun.xml.ws.rm.policy.spi_impl
Class RxModelConfigurationProvider

java.lang.Object
  extended by com.sun.xml.ws.rm.policy.spi_impl.RxModelConfigurationProvider
All Implemented Interfaces:
ModelConfiguratorProvider

public class RxModelConfigurationProvider
extends java.lang.Object
implements ModelConfiguratorProvider


Constructor Summary
RxModelConfigurationProvider()
           
 
Method Summary
 void configure(com.sun.xml.ws.api.model.wsdl.WSDLModel model, com.sun.xml.ws.policy.PolicyMap policyMap)
          process WS-RM policy assertions and if found and is not optional then RM is enabled on the WSDLPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RxModelConfigurationProvider

public RxModelConfigurationProvider()
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 WS-RM policy assertions and if found and is not optional then RM is enabled on the WSDLPort

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