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