|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wsmo.factory.Factory
public final class Factory
Field Summary | |
---|---|
static String |
DATA_FACTORY
|
static String |
LE_FACTORY
|
static String |
PROVIDER_CLASS
|
static String |
WSML_VALIDATOR
|
static String |
WSMO_FACTORY
|
static String |
WSMO_PARSER
|
static String |
WSMO_SERIALIZER
|
Method Summary | |
---|---|
static DataFactory |
createDataFactory(Map<String,Object> properties)
Creates a DataFactory based on the supplied preferences. |
static DataStore |
createDatastore(Map properties)
Creates a datastore based on the supplied preferences. |
static LogicalExpressionFactory |
createLogicalExpressionFactory(Map<String,Object> properties)
Creates a LogicalExpressionFactory based on the supplied preferences. |
static Parser |
createParser(Map<String,Object> properties)
Creates a parser based on the supplied preferences. |
static Serializer |
createSerializer(Map<String,Object> properties)
Creates a serialiser based on the supplied preferences. |
static WsmlValidator |
createWsmlValidator(Map<String,Object> properties)
Creates a WsmlValidator based on the supplied preferences. |
static WsmoFactory |
createWsmoFactory(Map<String,Object> properties)
Creates a WsmoFactory based on the supplied preferences. |
static LocatorManager |
getLocatorManager()
Returns a LocatorManager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROVIDER_CLASS
public static final String WSMO_PARSER
public static final String WSMO_SERIALIZER
public static final String WSML_VALIDATOR
public static final String LE_FACTORY
public static final String WSMO_FACTORY
public static final String DATA_FACTORY
Method Detail |
---|
public static DataStore createDatastore(Map properties)
properties
- the preferences for the datastore. Such preferences
should provide all the necessary information for the data store
initialisation (e.g. provider class, connection URL,...,
etc.)
PROVIDER_CLASS
public static WsmlValidator createWsmlValidator(Map<String,Object> properties)
properties
- the preferences for the validator.
PROVIDER_CLASS
public static Parser createParser(Map<String,Object> properties)
properties
- the preferences for the parser. Such preferences
should provide all the necessary information for the parser
initialisation (e.g. provider class, factory to be used, file type, grammar version,
etc.)
PROVIDER_CLASS
,
#PARSER_FACTORY
public static Serializer createSerializer(Map<String,Object> properties)
properties
- the preferences for the parser. Such preferences
should provide all the necessary information for the parser
initialisation (e.g. provider class, factory to be used, file type, grammar version,
etc.)
PROVIDER_CLASS
public static WsmoFactory createWsmoFactory(Map<String,Object> properties)
properties
- the preferences for the WSMO factory. Such preferences
should provide all the necessary information for the factory
initialisation (e.g. provider class, etc.)
PROVIDER_CLASS
public static DataFactory createDataFactory(Map<String,Object> properties)
properties
- the preferences for the Data factory. Such preferences
should provide all the necessary information for the factory
initialisation (e.g. provider class, etc.)
PROVIDER_CLASS
public static LogicalExpressionFactory createLogicalExpressionFactory(Map<String,Object> properties)
properties
- the preferences for the LogicalExpression factory. Such preferences
should provide all the necessary information for the factory
initialisation (e.g. provider class, etc.)
PROVIDER_CLASS
public static LocatorManager getLocatorManager()
Locator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |