org.apache.xmlrpc.jaxb
Class JaxbSerializer
- TypeSerializer
public class JaxbSerializer
A serializer for JAXB objects.
static String | JAXB_TAG - The tag name for serializing JAXB objects.
|
JaxbSerializer(JAXBContext pContext) - Creates a new instance with the given context.
|
protected String | getTagName() - Returns the unqualied tag name.
|
protected void | serialize(ContentHandler pHandler, Object pObject) - Performs the actual serialization.
|
JAXB_TAG
public static final String JAXB_TAG
The tag name for serializing JAXB objects.
JaxbSerializer
public JaxbSerializer(JAXBContext pContext)
Creates a new instance with the given context.
pContext
- The context being used for creating marshallers.
serialize
protected void serialize(ContentHandler pHandler,
Object pObject)
throws SAXException
Performs the actual serialization.
- serialize in interface ExtSerializer
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.