org.sbpm.bpmo.factory
Class Factory

java.lang.Object
  extended by org.sbpm.bpmo.factory.Factory

public class Factory
extends Object


Field Summary
static String BPMO_FACTORY
           
static String DEFAULT_FACTORY_IMPL
           
static String DEFAULT_PARSER_IMPL
           
static String DEFAULT_SERIALIZER_IMPL
           
static String PROVIDER_CLASS
           
 
Method Summary
static BpmoFactory createFactory(Map<String,Object> props)
           
static BpmoParser createParser(Map<String,Object> props)
           
static BpmoSerializer createSerializer(Map<String,Object> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY_IMPL

public static final String DEFAULT_FACTORY_IMPL
See Also:
Constant Field Values

DEFAULT_PARSER_IMPL

public static final String DEFAULT_PARSER_IMPL
See Also:
Constant Field Values

DEFAULT_SERIALIZER_IMPL

public static final String DEFAULT_SERIALIZER_IMPL
See Also:
Constant Field Values

PROVIDER_CLASS

public static final String PROVIDER_CLASS
See Also:
Constant Field Values

BPMO_FACTORY

public static final String BPMO_FACTORY
See Also:
Constant Field Values
Method Detail

createFactory

public static BpmoFactory createFactory(Map<String,Object> props)

createParser

public static BpmoParser createParser(Map<String,Object> props)

createSerializer

public static BpmoSerializer createSerializer(Map<String,Object> props)


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.