Skip navigation links
oracle.toplink.ox.jaxb
Class JAXBMarshaller
java.lang.Object
oracle.toplink.ox.jaxb.JAXBMarshaller
- public class JAXBMarshaller
- extends java.lang.Object
Method Summary |
ValidationEventHandler |
getEventHandler()
|
org.w3c.dom.Node |
getNode(java.lang.Object object)
|
java.lang.Object |
getProperty(java.lang.String key)
|
void |
marshal(java.lang.Object object, org.xml.sax.ContentHandler contentHandler)
|
void |
marshal(java.lang.Object object, org.w3c.dom.Node node)
|
void |
marshal(java.lang.Object object, java.io.OutputStream outputStream)
|
void |
marshal(java.lang.Object object, javax.xml.transform.Result result)
|
void |
marshal(java.lang.Object object, java.io.Writer writer)
|
void |
setEventHandler(ValidationEventHandler newValidationEventHandler)
|
void |
setProperty(java.lang.String key, java.lang.Object value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBMarshaller
public JAXBMarshaller(XMLMarshaller newXMLMarshaller)
marshal
public void marshal(java.lang.Object object,
javax.xml.transform.Result result)
throws JAXBException
-
- Throws:
JAXBException
marshal
public void marshal(java.lang.Object object,
java.io.OutputStream outputStream)
throws JAXBException
-
- Throws:
JAXBException
marshal
public void marshal(java.lang.Object object,
java.io.Writer writer)
throws JAXBException
-
- Throws:
JAXBException
marshal
public void marshal(java.lang.Object object,
org.xml.sax.ContentHandler contentHandler)
throws JAXBException
-
- Throws:
JAXBException
marshal
public void marshal(java.lang.Object object,
org.w3c.dom.Node node)
throws JAXBException
-
- Throws:
JAXBException
getNode
public org.w3c.dom.Node getNode(java.lang.Object object)
throws JAXBException
-
- Throws:
JAXBException
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
throws PropertyException
-
- Throws:
PropertyException
getProperty
public java.lang.Object getProperty(java.lang.String key)
throws PropertyException
-
- Throws:
PropertyException
setEventHandler
public void setEventHandler(ValidationEventHandler newValidationEventHandler)
throws JAXBException
-
- Throws:
JAXBException
getEventHandler
public ValidationEventHandler getEventHandler()
throws JAXBException
-
- Throws:
JAXBException
Skip navigation links