Class JaxbDomHackImpl

java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.JaxbDomHackImpl
All Implemented Interfaces:
JaxbDomHack

public class JaxbDomHackImpl extends Object implements JaxbDomHack
A set of ugly hacks that are needed for prism and "real" JAXB to coexist. We hate it be we need it. This is a mix of DOM and JAXB code that allows the use of "any" methods on JAXB-generated objects. Prism normally does not use of of that. But JAXB code (such as JAX-WS) can invoke it and therefore it has to return correct DOM/JAXB elements as expected.
Author:
Radovan Semancik