javax.xml.bind.util
Class JAXBResult

java.lang.Object
  extended by javax.xml.transform.sax.SAXResult
      extended by javax.xml.bind.util.JAXBResult
All Implemented Interfaces:
Result

public class JAXBResult
extends SAXResult


Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXResult
FEATURE
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
JAXBResult(JAXBContext context)
           
JAXBResult(Unmarshaller unmarshaller)
           
 
Method Summary
 Object getResult()
           
 
Methods inherited from class javax.xml.transform.sax.SAXResult
getHandler, getLexicalHandler, getSystemId, setHandler, setLexicalHandler, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBResult

public JAXBResult(JAXBContext context)
           throws JAXBException
Throws:
JAXBException

JAXBResult

public JAXBResult(Unmarshaller unmarshaller)
           throws JAXBException
Throws:
JAXBException
Method Detail

getResult

public Object getResult()
                 throws JAXBException
Throws:
JAXBException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.