org.apache.xmlrpc.jaxb

Class JaxbParser

public class JaxbParser extends ExtParser

A parser for JAXB objects.
Constructor Summary
JaxbParser(JAXBContext pContext)
Creates a new instance with the given context.
Method Summary
protected ContentHandlergetExtHandler()
ObjectgetResult()
protected StringgetTagName()

Constructor Detail

JaxbParser

public JaxbParser(JAXBContext pContext)
Creates a new instance with the given context.

Parameters: pContext The context being used for creating unmarshallers.

Method Detail

getExtHandler

protected ContentHandler getExtHandler()

getResult

public Object getResult()

getTagName

protected String getTagName()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.