|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.api.Bridge<T>
com.sun.xml.bind.v2.runtime.InternalBridge<T>
abstract class InternalBridge<T>
Additional methods on Bridge that are only available for the JAXB runtime.
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.bind.api.Bridge |
|---|
context |
| Constructor Summary | |
|---|---|
protected |
InternalBridge(JAXBContextImpl context)
|
| Method Summary | |
|---|---|
JAXBContextImpl |
getContext()
Gets the JAXBRIContext to which this object belongs. |
(package private) abstract void |
marshal(T o,
XMLSerializer out)
Called from CompositeStructureBeanInfo to marshal this bridge as a sub-tree. |
| Methods inherited from class com.sun.xml.bind.api.Bridge |
|---|
getTypeReference, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected InternalBridge(JAXBContextImpl context)
| Method Detail |
|---|
public JAXBContextImpl getContext()
BridgeJAXBRIContext to which this object belongs.
getContext in class Bridge<T>
abstract void marshal(T o,
XMLSerializer out)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.stream.XMLStreamException
CompositeStructureBeanInfo to marshal this bridge as a sub-tree.
java.io.IOException
org.xml.sax.SAXException
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||