public Type getRawType() {
throw new UnsupportedOperationException(
"not implemented for this test");
}
};
JAXBElement je = jaxbElementProvider.readFrom(
(Class) JAXBElement.class, type, null, null, null,
new ByteArrayInputStream(xml.getBytes()));
System.out.println();
}