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