| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.ddr.simple.ServiceFactory
public class ServiceFactory
This factory creates a DDR Service instance.
 
 
 NOTE: This class is provided as part of the Java binding
 of the API, and is not part of the API definition itself.
| Constructor Summary | |
|---|---|
ServiceFactory()
 | 
|
| Method Summary | |
|---|---|
static Service | 
newService(java.lang.String clazz,
           java.lang.String defaultVocabulary,
           java.util.Properties configuration)
Factory method for creating a new Service instance.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ServiceFactory()
| Method Detail | 
|---|
public static Service newService(java.lang.String clazz,
                                 java.lang.String defaultVocabulary,
                                 java.util.Properties configuration)
                          throws InitializationException,
                                 NameException
clazz - Class identifierdefaultVocabulary - Passed to the Service.initialize method.configuration - Passed to the Service.initialize method.
InitializationException
NameException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||