javax.xml.bind
Interface UnmarshallerHandler

All Superinterfaces:
ContentHandler

public interface UnmarshallerHandler
extends ContentHandler


Method Summary
 Object getResult()
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getResult

Object getResult()
                 throws JAXBException,
                        IllegalStateException
Throws:
JAXBException
IllegalStateException


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