|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.system.client.util.xml.caCOREUnmarshaller
public class caCOREUnmarshaller
Constructor Summary | |
---|---|
caCOREUnmarshaller(java.lang.String mappingFileName,
boolean validation)
Creates and XMLUtility instance |
Method Summary | |
---|---|
java.lang.Object |
fromXML(java.io.File xmlFile)
Deserializes xml to a java bean |
java.lang.Object |
fromXML(java.io.Reader input)
Deserializes xml to a java bean. |
java.lang.Object |
getBaseUnmarshaller()
Returns the base unmarshaller |
Mapping |
getMapping()
|
Unmarshaller |
getUnmarshaller()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public caCOREUnmarshaller(java.lang.String mappingFileName, boolean validation)
Method Detail |
---|
public Mapping getMapping() throws XMLUtilityException
XMLUtilityException
public java.lang.Object fromXML(java.io.Reader input) throws XMLUtilityException
Unmarshaller
fromXML
in interface Unmarshaller
input
- the object to be deserialized.
XMLUtilityException
public java.lang.Object fromXML(java.io.File xmlFile) throws XMLUtilityException
Unmarshaller
fromXML
in interface Unmarshaller
xmlFile
- the object to be deserialzed.
XMLUtilityException
public java.lang.Object getBaseUnmarshaller()
Unmarshaller
getBaseUnmarshaller
in interface Unmarshaller
public Unmarshaller getUnmarshaller()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |