FileDocCategorySizeDatePackage
ConfigProvider.javaAPI DocGlassfish v2 API3425Fri May 04 22:24:42 BST 2007com.sun.enterprise.admin.wsmgmt.config.spi

ConfigProvider

public interface ConfigProvider
This is the mechanism to access web service management configuration.

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetManagedWebserviceApplicationIds()
Returns a list of application or stand alone module ids currently configured for web service management.

return
managed web service application ids

public java.lang.StringgetProviderID()
Returns the unique identifier for this RepositoryProvider object.

return
fully qualified class name of this RepositoryProvider

public WebServiceConfiggetWebServiceConfig(java.lang.String appId, java.lang.String modId, boolean isStandalone, java.lang.String name)
Returns the list of Web Service Endpoint config in this application

param
appName Name of the application
return
the WebServiceConfig

public WebServiceConfiggetWebServiceConfig(java.lang.String fqn)
Returns the list of Web Service Endpoint config in this application

param
fqn Fully Qualified name of the endpoint
return
the WebServiceConfig

public WebServiceConfig[]getWebserviceConfigs(java.lang.String appId)
Returns the list of Web Service Endpoint config in this application

param
appName Name of the application
return
the array of WebServiceConfig