See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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
Marshaller s that can be used to convert
XMLObject s into W3C DOM elements. |
UnmarshallerFactory |
This thread-safe factory creates
Unmarshaller s that can be used to convert W3C DOM
elements into XMLObject s. |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.