Package org.opensaml.core.xml.io
Interfaces and abstract implementations of marshallers and unmarshallers.
-
Interface Summary Interface Description Marshaller Marshallers are used to marshall aXMLObjectinto a W3C DOM element.Unmarshaller Unmarshallers are used to unmarshall a W3C DOM element into aXMLObject. -
Class Summary Class Description AbstractXMLObjectMarshaller A thread safe, abstract implementation of theMarshallerinterface.AbstractXMLObjectUnmarshaller A thread safe abstract unmarshaller.MarshallerFactory This thread-safe factory createsMarshallers that can be used to convertXMLObjects into W3C DOM elements.UnmarshallerFactory This thread-safe factory createsUnmarshallers that can be used to convert W3C DOM elements intoXMLObjects. -
Exception Summary Exception Description MarshallingException Exception thrown when error occurs marshalling an XMLObject to a DOM Element.UnmarshallingException Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.