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

ModelConfiguratorProvider

public interface ModelConfiguratorProvider
The service provider implementing this interface will be discovered and called to configure wsdl model based on PolicyMap bound to it.
author
japod

Fields Summary
Constructors Summary
Methods Summary
public voidconfigure(com.sun.xml.ws.api.model.wsdl.WSDLModel model, com.sun.xml.ws.policy.PolicyMap map)
A callback method that allows to retrieve policy related information from provided PolicyMap and to configure the WSDLModel accordingly.

param
model which is to be configured
param
map provides policies as a source of information on proper configuration