| |
|
| java.lang.Object com.sun.portal.service.serviceregistry.ServiceRegistryFactory
ServiceRegistryFactory | public class ServiceRegistryFactory (Code) | | author: mjain |
ServiceRegistryFactory | ServiceRegistryFactory()(Code) | | |
getServiceRegistry | public ServiceRegistry getServiceRegistry(HttpServletRequest request) throws ServiceRegistryException(Code) | | Get an instance of ServiceRegistry from a servlet.
Parameters: request - a HttpServletRequest to be used for establishing user context. a ServiceRegistry value exception: ServiceException - if an error occurs |
getServiceRegistry | public ServiceRegistry getServiceRegistry(String username, String password) throws ServiceRegistryException(Code) | | Get an instance of ServiceRegistry using credentials supplied
in a form of username and password.
Parameters: consumerId - a String value identifying the consumer entity Parameters: username - user id for establishing user context Parameters: password - user password for establishing user context a ServiceRegistry value exception: ServiceException - if an error occurs |
init | public static void init()(Code) | | |
|
|
|