|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.AbstractFactory
com.ibm.datapower.wamt.dataAPI.RepositoryFactory
public class RepositoryFactory
Factory for creating/manufacturing the Repository object.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2013
|
Fields inherited from class com.ibm.datapower.wamt.AbstractFactory |
---|
NON_SINGLETON, SINGLETON |
Method Summary | |
---|---|
static Repository |
getRepository(java.lang.String implementationClassName,
Credential credential)
Returns an instance of the repository. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2009_2013
Method Detail |
---|
public static Repository getRepository(java.lang.String implementationClassName, Credential credential) throws DatastoreException
implementationClassName
- name of the class that implements the Repository interface.credential
- credential which indicate that the caller is authorized to
access the repository
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |