|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.codestreet.messageforge.RMapping
Mappings class to manage XML mappings.
Constructor Summary | |
RMapping()
Ctor. |
Method Summary | |
void |
loadMapping(java.lang.String filePath)
Load mappings from file. |
void |
loadMapping(java.net.URL url)
Load mappings from URL resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMapping()
Method Detail |
public void loadMapping(java.lang.String filePath) throws MappingException
filePath
- File to load.
MappingException
public void loadMapping(java.net.URL url) throws MappingException
url
- URL of resource.
MappingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |