|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.rdf.processing.ModelDescriptorBuilder
public class ModelDescriptorBuilder
Builds a ModelDescriptor and all other associated Descriptor objects from the xml config supplied as an argument to the constructor.
| Constructor Summary | |
|---|---|
ModelDescriptorBuilder(java.io.InputStream configXml)
Loads the xml config into the jaxb binding objects. |
|
| Method Summary | |
|---|---|
ModelDescriptor |
buildModelDescriptor()
Adds the namespaces, resources and property descriptors and returns a ModelDescriptor. |
void |
getPropertyDescriptors(HandlerResource resource,
ResourceDescriptor resourceDescriptor)
Gets all the PropertyDescriptors for a given resource from the xml config and creates the appropriate object (bound, unbound, object). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelDescriptorBuilder(java.io.InputStream configXml)
configXml - | Method Detail |
|---|
public ModelDescriptor buildModelDescriptor()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
public void getPropertyDescriptors(HandlerResource resource,
ResourceDescriptor resourceDescriptor)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
resource - resourceDescriptor -
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||