com.sun.xml.bind.v2.runtime
abstract class InternalBridge<T> extends Bridge<T>
Constructor Summary | |
---|---|
protected | InternalBridge(JAXBContextImpl context) |
Method Summary | |
---|---|
JAXBContextImpl | getContext() |
abstract void | marshal(T o, XMLSerializer out)
Called from CompositeStructureBeanInfo to marshal this bridge as a sub-tree. |