|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openharbor.beck.unmarshal.DefaultUnmarshaller com.openharbor.beck.unmarshal.DateUnmarshaller
Maps to a java.util.Date object.
Field Summary | |
java.text.DateFormat |
ISO8601
|
Fields inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller |
data, documentState, log |
Constructor Summary | |
DateUnmarshaller()
|
Method Summary | |
protected java.lang.Object |
newObject()
|
protected java.util.Date |
parse(java.lang.String from)
|
protected void |
setValue(java.lang.StringBuffer data)
Convert the text and store the resulting data into the object. |
Methods inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller |
addChild, addToParent, addValue, afterEndObject, disengage, disengaged, endElement, endObject, engage, getChildClass, getMap, getMapFromXML, getObject, getObjectClass, getParent, getSource, getSourceXPath, getXMLContext, getXName, getXPath, isEngaged, processAttributes, referToThis, reset, rethrow, setMapFromXML, setObject, setObjectClass, setParentAndSource, setXMLContext, startElement, startObject, toString, trim |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final java.text.DateFormat ISO8601
Constructor Detail |
public DateUnmarshaller()
Method Detail |
protected java.lang.Object newObject()
newObject
in class DefaultUnmarshaller
protected void setValue(java.lang.StringBuffer data) throws java.text.ParseException
DefaultUnmarshaller
setValue
in class DefaultUnmarshaller
java.text.ParseException
protected java.util.Date parse(java.lang.String from) throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |