|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.xmlschema.classifier.XMLSchemaClassifierFactory
public class XMLSchemaClassifierFactory
$Revision: 1.3 $
Constructor Summary | |
---|---|
XMLSchemaClassifierFactory()
|
Method Summary | |
---|---|
InstanceClassifier |
getInstance(java.lang.String propertyName)
This method is a very specific implementation of the interface method. |
void |
setInstance(java.lang.String propertyName,
InstanceClassifier classifier)
Puts an InstanceClassifier for the specified property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLSchemaClassifierFactory()
Method Detail |
---|
public InstanceClassifier getInstance(java.lang.String propertyName) throws InstanceClassifierInitializationException
getInstance
in interface InstanceClassifierFactory
propertyName
- The String specifying the property, for which a classifier is requested.
InstanceClassifierInitializationException
- is thrown if the instantiation of the classifier was not successful,
details will be provided in the exception's message.public void setInstance(java.lang.String propertyName, InstanceClassifier classifier)
setInstance
in interface InstanceClassifierFactory
propertyName
- The String specifying the property, for which a classifier is requested.InstanceClassifier
- an instance of the requested instance classifier,
or null, if the factory did not
have enough data to instantiate one.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |