Package org.opensaml.core.xml.io
package org.opensaml.core.xml.io
Interfaces and abstract implementations of marshallers and unmarshallers.
-
ClassDescriptionA thread safe, abstract implementation of the
Marshaller
interface.A thread safe abstract unmarshaller.Marshallers are used to marshall aXMLObject
into a W3C DOM element.This thread-safe factory createsMarshaller
s that can be used to convertXMLObject
s 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 createsUnmarshaller
s that can be used to convert W3C DOM elements intoXMLObject
s.Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.