net.sf.jsefa.xml.mapping
Class XmlEntryPoint
java.lang.Object
net.sf.jsefa.common.mapping.EntryPoint<QName,QName>
net.sf.jsefa.xml.mapping.XmlEntryPoint
public final class XmlEntryPoint
- extends EntryPoint<QName,QName>
An entry point for XML serialization / deserialization.
Instances of this class are immutable and thread-safe.
- Author:
- Norman Lahme-Huetig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlEntryPoint
public XmlEntryPoint(QName dataTypeName,
QName elementName,
Validator validator)
- Constructs a new
XmlEntryPoint.
- Parameters:
dataTypeName - the data type nameelementName - the element name as the designatorvalidator - the validator; may be null
Copyright © 2014. All rights reserved.