Package org.opensaml.core.xml.io
@NonnullElements
package org.opensaml.core.xml.io
Interfaces and abstract implementations of marshallers and unmarshallers.
-
ClassDescriptionA thread safe, abstract implementation of the
Marshallerinterface.A thread safe abstract unmarshaller.Marshallers are used to marshall aXMLObjectinto a W3C DOM element.This thread-safe factory createsMarshallers that can be used to convertXMLObjects into W3C DOM elements.Exception thrown when error occurs marshalling an XMLObject to a DOM Element.Unmarshallers are used to unmarshall a W3C DOM element into aXMLObject.This thread-safe factory createsUnmarshallers that can be used to convert W3C DOM elements intoXMLObjects.Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.