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

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

public class AddressingMapUpdateProvider
extends java.lang.Object
implements PolicyMapUpdateProvider

Generate an addressing policy.


Constructor Summary
AddressingMapUpdateProvider()
           
 
Method Summary
 void update(com.sun.xml.ws.policy.PolicyMapExtender policyMapMutator, com.sun.xml.ws.policy.PolicyMap policyMap, com.sun.xml.ws.api.model.SEIModel model, com.sun.xml.ws.api.WSBinding wsBinding)
          Puts an addressing policy into the PolicyMap if the addressing feature was set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingMapUpdateProvider

public AddressingMapUpdateProvider()
Method Detail

update

public void update(com.sun.xml.ws.policy.PolicyMapExtender policyMapMutator,
                   com.sun.xml.ws.policy.PolicyMap policyMap,
                   com.sun.xml.ws.api.model.SEIModel model,
                   com.sun.xml.ws.api.WSBinding wsBinding)
            throws com.sun.xml.ws.policy.PolicyException
Puts an addressing policy into the PolicyMap if the addressing feature was set.

Specified by:
update in interface PolicyMapUpdateProvider
Throws:
com.sun.xml.ws.policy.PolicyException