org.eclipse.stardust.engine.api.web
Class ServiceFactoryLocator
java.lang.Object
org.eclipse.stardust.engine.api.web.ServiceFactoryLocator
public class ServiceFactoryLocator
- extends Object
Provides an abstraction to retrieve ServiceFactory instances in a Web container
environment.
- Version:
- $Revision$
- Author:
- ubirkemeyer, rsauer
get
public static ServiceFactory get(javax.servlet.http.HttpServletRequest request)
throws org.eclipse.stardust.common.error.PublicException
- Retrieves a
ServiceFactory using the credentials included in the given
request.
- Parameters:
request - The request object providing credentials.
- Returns:
- A readily usable service factory.
- Throws:
org.eclipse.stardust.common.error.PublicException
get
public static ServiceFactory get(javax.servlet.http.HttpServletRequest request,
Map properties)
throws org.eclipse.stardust.common.error.PublicException
- Throws:
org.eclipse.stardust.common.error.PublicException
get
public static ServiceFactory get(String user,
String password)
get
public static ServiceFactory get(String user,
String password,
Map properties)
Copyright © 2017 Eclipse Stardust. All Rights Reserved.