com.sun.xml.bind.v2.runtime
final class BridgeImpl<T> extends InternalBridge<T>
Constructor Summary | |
---|---|
BridgeImpl(JAXBContextImpl context, Name tagName, JaxBeanInfo<T> bi, TypeReference typeRef) |
Method Summary | |
---|---|
TypeReference | getTypeReference() |
void | marshal(Marshaller _m, T t, XMLStreamWriter output) |
void | marshal(Marshaller _m, T t, OutputStream output, NamespaceContext nsContext) |
void | marshal(Marshaller _m, T t, Node output) |
void | marshal(Marshaller _m, T t, ContentHandler contentHandler) |
void | marshal(Marshaller _m, T t, Result result) |
void | marshal(T value, XMLSerializer out) |
T | unmarshal(Unmarshaller _u, XMLStreamReader in) |
T | unmarshal(Unmarshaller _u, Source in) |
T | unmarshal(Unmarshaller _u, InputStream in) |
T | unmarshal(Unmarshaller _u, Node n) |