FileDocCategorySizeDatePackage
PolicyMapUpdateProvider.javaAPI DocExample3076Tue May 29 16:56:36 BST 2007com.sun.xml.ws.policy.jaxws.spi

PolicyMapUpdateProvider

public interface PolicyMapUpdateProvider
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)

Fields Summary
Constructors Summary
Methods Summary
public voidupdate(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. TODO: clarify with jax-ws guys, what information is to be provided by jax-ws on generated wsdl doc