FileDocCategorySizeDatePackage
RepositoryProvider.javaAPI DocGlassfish v2 API2875Fri May 04 22:24:44 BST 2007com.sun.enterprise.admin.wsmgmt.repository.spi

RepositoryProvider

public interface RepositoryProvider
This is the mechanism to provide web service crawling. A RepositoryProvider implementation is a class that extends the RepositoryProvider abstract class.
A RepositoryProvider implemented is identified by its fully qualified class name. The default RepositoryProvider is com.sun.enterprise.admin.repository.spi.impl.ApplicationServerProvider

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetProviderID()
Returns the unique identifier for this RepositoryProvider object.

return
fully qualified class name of this RepositoryProvider

public java.util.MapgetWebServiceModules()
Returns the list of module descriptors locations that contains web service implementation and associated properties.

return
the map of module information