| com.sun.xml.ws.policy.jaxws.spi.PolicyMapUpdateProvider
All known Subclasses: com.sun.xml.ws.encoding.policy.MtomMapUpdateProvider, com.sun.xml.ws.tx.common.TxMapUpdateProvider, com.sun.xml.ws.addressing.policy.AddressingMapUpdateProvider,
PolicyMapUpdateProvider | public interface PolicyMapUpdateProvider (Code) | | The service provider implementing this interface will be discovered and called to extend created PolicyMap instance with additional policy
bindings. The call is performed directly after WSIT config file is parsed.
author: Marek Potociar (marek.potociar at sun.com) |
Method Summary | |
void | update(PolicyMapExtender policyMapMutator, PolicyMap policyMap, SEIModel model, 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. |
update | void update(PolicyMapExtender policyMapMutator, PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws PolicyException(Code) | | 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
|
|
|