Class Bridge<T>

java.lang.Object
org.glassfish.jaxb.runtime.api.Bridge<T>
Direct Known Subclasses:
MarshallerBridge

public abstract class Bridge<T> extends Object
Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.

Instances of this class is stateless and multi-thread safe. They are reentrant.

All the marshal operation generates fragments.

Subject to change without notice.

Since:
JAXB 2.0 EA1
Author:
Kohsuke Kawaguchi