Class IpsJAXBContext

java.lang.Object
javax.xml.bind.JAXBContext
org.faktorips.runtime.jaxb.IpsJAXBContext

@Deprecated public class IpsJAXBContext extends JAXBContext
Deprecated.
for removal since 23.6; use org.faktorips.runtime.xml.javax.IpsJAXBContext or org.faktorips.runtime.xml.jakarta.IpsJAXBContext instead
Wraps a given JAXBContext and provides marshallers/unmarshallers that resolve the reference from configurable model objects to product components. Additionally it provides the marshalling of Faktor-IPS enumerations that defer their values to an enumeration content that is hold by a Faktor-IPS IRuntimeRepository. See createMarshaller() and createUnmarshaller() for more details. All other methods just delegate to the wrapped context.