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

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

public class RxMapUpdateProvider
extends java.lang.Object
implements PolicyMapUpdateProvider


Constructor Summary
RxMapUpdateProvider()
           
 
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)
          A callback method that allows to retrieve policy related information from provided parameters and modify the associated policy map accordingly via provided policy map mutator object, which is associated with the policy map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RxMapUpdateProvider

public RxMapUpdateProvider()
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
Description copied from interface: PolicyMapUpdateProvider
A callback method that allows to retrieve policy related information from provided parameters and modify the associated policy map accordingly via provided policy map mutator object, which is associated with the policy map. TODO: clarify with jax-ws guys, what information is to be provided by jax-ws on generated wsdl doc

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