Package org.opensaml.xml.io

Interfaces and abstract implementations of marshallers and unmarshallers.

See:
          Description

Interface Summary
Marshaller Marshallers are used to marshall a XMLObject into a W3C DOM element.
Unmarshaller Unmarshallers are used to unmarshall a W3C DOM element into a XMLObject.
 

Class Summary
AbstractXMLObjectMarshaller A thread safe, abstract implementation of the Marshaller interface.
AbstractXMLObjectUnmarshaller An thread safe abstract unmarshaller.
BaseXMLObjectMarshaller Base class for Marshaller classes.
BaseXMLObjectUnmarshaller Base class for Unmarshaller classes.
MarshallerFactory This thread-safe factory creates Marshallers that can be used to convert XMLObjects into W3C DOM elements.
UnmarshallerFactory This thread-safe factory creates Unmarshallers that can be used to convert W3C DOM elements into XMLObjects.
 

Exception Summary
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.
 

Package org.opensaml.xml.io Description

Interfaces and abstract implementations of marshallers and unmarshallers.



Copyright © 2006-2011 Internet2. All Rights Reserved.