Package com.sun.xml.ws.db.glassfish
Class MarshallerBridge
java.lang.Object
org.glassfish.jaxb.runtime.api.Bridge
com.sun.xml.ws.db.glassfish.MarshallerBridge
- All Implemented Interfaces:
XMLBridge
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()Gets theBindingContextto which this object belongs.Gets theTypeInfofrom which this bridge was created.Gets theTypeReferencefrom which this bridge was created.voidmarshal(Marshaller m, Object object, OutputStream output, NamespaceContext nsContext) voidmarshal(Marshaller m, Object object, XMLStreamWriter output) voidmarshal(Marshaller m, Object object, Result result) voidmarshal(Marshaller m, Object object, Node output) voidmarshal(Marshaller m, Object object, ContentHandler contentHandler) booleanThis can be used to determine whether XMLStreamWriter or OutputStream is prefered by the implementation.unmarshal(Unmarshaller u, InputStream in) unmarshal(Unmarshaller u, XMLStreamReader in) unmarshal(Unmarshaller u, Source in) unmarshal(Unmarshaller u, Node n) Methods inherited from class org.glassfish.jaxb.runtime.api.Bridge
getContext, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal
-
Constructor Details
-
MarshallerBridge
-
-
Method Details
-
marshal
- Specified by:
marshalin classBridge- Throws:
JAXBException
-
marshal
public void marshal(Marshaller m, Object object, OutputStream output, NamespaceContext nsContext) throws JAXBException - Specified by:
marshalin classBridge- Throws:
JAXBException
-
marshal
- Specified by:
marshalin classBridge- Throws:
JAXBException
-
marshal
public void marshal(Marshaller m, Object object, ContentHandler contentHandler) throws JAXBException - Specified by:
marshalin classBridge- Throws:
JAXBException
-
marshal
- Specified by:
marshalin classBridge- Throws:
JAXBException
-
unmarshal
-
unmarshal
-
unmarshal
-
unmarshal
-
getTypeInfo
Description copied from interface:XMLBridgeGets theTypeInfofrom which this bridge was created.- Specified by:
getTypeInfoin interfaceXMLBridge
-
getTypeReference
Description copied from class:BridgeGets theTypeReferencefrom which this bridge was created.- Specified by:
getTypeReferencein classBridge
-
context
Description copied from interface:XMLBridgeGets theBindingContextto which this object belongs. -
supportOutputStream
public boolean supportOutputStream()Description copied from interface:XMLBridgeThis can be used to determine whether XMLStreamWriter or OutputStream is prefered by the implementation.- Specified by:
supportOutputStreamin interfaceXMLBridge- Returns:
- true if marshall to OutputStream is supported in the implementation.
-