|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.parser.ExtParser
org.apache.xmlrpc.jaxb.JaxbParser
public class JaxbParser
A parser for JAXB objects.
| Constructor Summary | |
|---|---|
JaxbParser(javax.xml.bind.JAXBContext pContext)
Creates a new instance with the given context. |
|
| Method Summary | |
|---|---|
protected org.xml.sax.ContentHandler |
getExtHandler()
Returns a content handler for parsing the actual contents. |
java.lang.Object |
getResult()
Returns the parsed object. |
protected java.lang.String |
getTagName()
Returns the outer node name. |
| Methods inherited from class org.apache.xmlrpc.parser.ExtParser |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxbParser(javax.xml.bind.JAXBContext pContext)
pContext - The context being used for creating unmarshallers.| Method Detail |
|---|
protected org.xml.sax.ContentHandler getExtHandler()
throws org.xml.sax.SAXException
ExtParser
getExtHandler in class ExtParserorg.xml.sax.SAXException - Creating the handler failed.protected java.lang.String getTagName()
ExtParser
getTagName in class ExtParser
public java.lang.Object getResult()
throws XmlRpcException
TypeParser
XmlRpcException - Creating the result object failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||