@XmlSimpleName(value="serializer") public class SerializerFactoryProcessor extends AbstractEmptyElementProcessor<SerializerFactory>
AbstractEmptyElementProcessor.EmptyElementBehavior| Constructor and Description |
|---|
SerializerFactoryProcessor()
Constructs a
SerializerFactoryProcessor. |
| Modifier and Type | Method and Description |
|---|---|
SerializerFactory |
onProcess(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, processpublic SerializerFactoryProcessor()
SerializerFactoryProcessor.public SerializerFactory onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.onProcess in class AbstractEmptyElementProcessor<SerializerFactory>context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered