public class ServiceFactoryLocator extends Object
ServiceFactory instances in a Web container
environment.| Modifier and Type | Method and Description |
|---|---|
static ServiceFactory |
get(javax.servlet.http.HttpServletRequest request)
Retrieves a
ServiceFactory using the credentials included in the given
request. |
static ServiceFactory |
get(javax.servlet.http.HttpServletRequest request,
Map properties) |
static ServiceFactory |
get(String user,
String password) |
static ServiceFactory |
get(String user,
String password,
Map properties) |
public static ServiceFactory get(javax.servlet.http.HttpServletRequest request) throws org.eclipse.stardust.common.error.PublicException
ServiceFactory using the credentials included in the given
request.request - The request object providing credentials.org.eclipse.stardust.common.error.PublicExceptionpublic static ServiceFactory get(javax.servlet.http.HttpServletRequest request, Map properties) throws org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.PublicExceptionpublic static ServiceFactory get(String user, String password)
public static ServiceFactory get(String user, String password, Map properties)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.