org.apache.xmlrpc.jaxb
Class JaxbSerializer
java.lang.Object
org.apache.xmlrpc.serializer.ExtSerializer
org.apache.xmlrpc.jaxb.JaxbSerializer
- All Implemented Interfaces:
- TypeSerializer
public class JaxbSerializer
- extends ExtSerializer
A serializer for JAXB objects.
Field Summary |
static String |
JAXB_TAG
The tag name for serializing JAXB objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXB_TAG
public static final String JAXB_TAG
- The tag name for serializing JAXB objects.
- See Also:
- Constant Field Values
JaxbSerializer
public JaxbSerializer(JAXBContext pContext)
- Creates a new instance with the given context.
- Parameters:
pContext
- The context being used for creating marshallers.
getTagName
protected String getTagName()
- Description copied from class:
ExtSerializer
- Returns the unqualied tag name.
- Specified by:
getTagName
in class ExtSerializer
serialize
protected void serialize(ContentHandler pHandler,
Object pObject)
throws SAXException
- Description copied from class:
ExtSerializer
- Performs the actual serialization.
- Specified by:
serialize
in class ExtSerializer
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.