|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.xmlconfig.mapping.XMLMappingBuilder
public class XMLMappingBuilder
Allows to build the Mapping object for a set of classes.
| Constructor Summary | |
|---|---|
XMLMappingBuilder(java.lang.String nameSpace,
java.net.URL mappingURL)
Deprecated. |
|
XMLMappingBuilder(java.net.URL mappingURL)
Builds a new mapping builder. |
|
| Method Summary | |
|---|---|
void |
build()
Build the XMLMapping object by analyzing the mapping file. |
XMLMapping |
getXmlMapping()
Gets the XML mapping object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLMappingBuilder(java.net.URL mappingURL)
mappingURL - the given url that reference the mapping file.
@Deprecated
public XMLMappingBuilder(java.lang.String nameSpace,
java.net.URL mappingURL)
nameSpace - the namespace of the mappingmappingURL - the given url that reference the mapping file.| Method Detail |
|---|
public void build()
throws XMLConfigurationException
XMLConfigurationException - if there is a failure when analyzing
the XML file.public XMLMapping getXmlMapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||