javax.xml.bind.util
Class JAXBSource
java.lang.Object
javax.xml.transform.sax.SAXSource
javax.xml.bind.util.JAXBSource
- All Implemented Interfaces:
- Source
public class JAXBSource
- extends SAXSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBSource
public JAXBSource(JAXBContext context,
Object contentObject)
throws JAXBException
- Throws:
JAXBException
JAXBSource
public JAXBSource(Marshaller marshaller,
Object contentObject)
throws JAXBException
- Throws:
JAXBException
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.