Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.ox.jaxb
Class JAXBMarshaller

java.lang.Object
  extended byoracle.toplink.ox.jaxb.JAXBMarshaller


public class JAXBMarshaller
extends java.lang.Object

Constructor Summary
JAXBMarshaller(XMLMarshaller newXMLMarshaller)
           

 

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

 

Constructor Detail

JAXBMarshaller

public JAXBMarshaller(XMLMarshaller newXMLMarshaller)

Method Detail

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

Copyright © 1998, 2006, Oracle. All Rights Reserved.