com.sun.xml.ws.addressing.policy
Class AddressingModelConfiguratorProvider

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

public class AddressingModelConfiguratorProvider
extends java.lang.Object
implements ModelConfiguratorProvider


Constructor Summary
AddressingModelConfiguratorProvider()
          Creates a new instance of AddressingModelConfiguratorProvider
 
Method Summary
 void configure(com.sun.xml.ws.api.model.wsdl.WSDLModel model, com.sun.xml.ws.policy.PolicyMap policyMap)
          process addressing policy assertions and if found and are not optional then addressing 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

AddressingModelConfiguratorProvider

public AddressingModelConfiguratorProvider()
Creates a new instance of AddressingModelConfiguratorProvider

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 addressing policy assertions and if found and are not optional then addressing 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