|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.FilterContentHandler de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Constructor Summary | |
UnmarshallerHandlerImpl()
Constructor for UnmarshallerHandlerImpl. |
Method Summary | |
JMManagerFactory |
getJaxbContext()
Returns the JAXBContext that created this UnmarshallerHandler. |
java.lang.Object |
getResult()
Obtains the unmarshalled result. |
UnmarshallerImpl |
getUnmarshaller()
Returns the UnmarshallerImpl that created this UnmarshallerHandler. |
void |
setJaxbContext(JMManagerFactory pContext)
Sets the JAXBContext that created this UnmarshallerHandler. |
void |
setUnmarshaller(UnmarshallerImpl pUnmarshaller)
Sets the UnmarshallerImpl that created this UnmarshallerHandler. |
void |
startDocument()
|
void |
startElement(java.lang.String pNamespaceURI,
java.lang.String pLocalName,
java.lang.String pQName,
org.xml.sax.Attributes pAttr)
|
Methods inherited from class de.ispsoft.jaxme.FilterContentHandler |
characters, endDocument, endElement, endPrefixMapping, getParentHandler, ignorableWhitespace, processingInstruction, setDocumentLocator, setParentHandler, skippedEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping |
Constructor Detail |
public UnmarshallerHandlerImpl()
Method Detail |
public void setJaxbContext(JMManagerFactory pContext)
Sets the JAXBContext that created this UnmarshallerHandler.
public JMManagerFactory getJaxbContext()
Returns the JAXBContext that created this UnmarshallerHandler.
public void setUnmarshaller(UnmarshallerImpl pUnmarshaller)
Sets the UnmarshallerImpl that created this UnmarshallerHandler.
public UnmarshallerImpl getUnmarshaller()
Returns the UnmarshallerImpl that created this UnmarshallerHandler.
public java.lang.Object getResult() throws JAXBException, java.lang.IllegalStateException
UnmarshallerHandler
getResult
in interface UnmarshallerHandler
JAXBException
- if there is any unmarshalling error.
Note that the implementation is allowed to throw SAXException
during the parsing when it finds an error.
java.lang.IllegalStateException
- if this method is called before this handler
receives the endDocument event.UnmarshallerHandler.getResult()
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class FilterContentHandler
org.xml.sax.SAXException
public void startElement(java.lang.String pNamespaceURI, java.lang.String pLocalName, java.lang.String pQName, org.xml.sax.Attributes pAttr) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class FilterContentHandler
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |