Class Bridge<T>

java.lang.Object
com.sun.xml.bind.api.Bridge<T>

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