Class OldBridge<T>

java.lang.Object
com.sun.xml.ws.spi.db.OldBridge<T>

public abstract class OldBridge<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