com.sun.xml.bind.v2.runtime

Class InternalBridge<T>

abstract class InternalBridge<T> extends Bridge<T>

Additional methods on Bridge that are only available for the JAXB runtime.
Constructor Summary
protected InternalBridge(JAXBContextImpl context)
Method Summary
JAXBContextImplgetContext()
abstract voidmarshal(T o, XMLSerializer out)
Called from CompositeStructureBeanInfo to marshal this bridge as a sub-tree.

Constructor Detail

InternalBridge

protected InternalBridge(JAXBContextImpl context)

Method Detail

getContext

public JAXBContextImpl getContext()

marshal

abstract void marshal(T o, XMLSerializer out)
Called from CompositeStructureBeanInfo to marshal this bridge as a sub-tree.