public static class SimpleTypeUnmarshallers.DateUnmarshaller extends java.lang.Object implements Unmarshaller<java.util.Date,org.w3c.dom.Node>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeUnmarshallers.DateUnmarshaller |
instance |
Constructor and Description |
---|
DateUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeUnmarshallers.DateUnmarshaller |
getInstance() |
java.util.Date |
unmarshall(org.w3c.dom.Node in) |
private static SimpleTypeUnmarshallers.DateUnmarshaller instance
public java.util.Date unmarshall(org.w3c.dom.Node in) throws java.lang.Exception
unmarshall
in interface Unmarshaller<java.util.Date,org.w3c.dom.Node>
java.lang.Exception
public static SimpleTypeUnmarshallers.DateUnmarshaller getInstance()