com.abra.j2xb.beans.xmlBinding
Interface XmlPersistFactory
public interface XmlPersistFactory
- Since:
- JDK1.5
- Version:
- 1.0, May 1, 2008
- Author:
- Yoav Abrahami
createXmlDocument
XmlDocumentContext createXmlDocument(MoXmlSchema schema,
MoXmlBeanDescriptor moXmlBeanDescriptor)
throws XmlPersistException
- Throws:
XmlPersistException
readXmlDocument
XmlDocumentContext readXmlDocument(MoXmlSchema xmlSchema,
MoXmlBeanDescriptor xmlDescriptor,
java.io.InputStream in)
throws XmlPersistException
- Throws:
XmlPersistException
Copyright © 2008. All Rights Reserved.