public static class SimpleTypeUnmarshallers.DateUnmarshaller extends java.lang.Object implements Unmarshaller<java.util.Date,org.w3c.dom.Node>
| Constructor and Description |
|---|
SimpleTypeUnmarshallers.DateUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTypeUnmarshallers.DateUnmarshaller |
getInstance() |
java.util.Date |
unmarshall(org.w3c.dom.Node in) |
public SimpleTypeUnmarshallers.DateUnmarshaller()
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.Exceptionpublic static SimpleTypeUnmarshallers.DateUnmarshaller getInstance()