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