org.formix.dsx.builders.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsx Show documentation
Show all versions of dsx Show documentation
This library leverage method chaining. It is not compliant with the
Java XML Standard API. It contains a serializer compatible with
Microsoft XmlSerializer input/output XML format. It contains another
serializer that is compatible with the DataContractSerializer from
Microsoft. Along with the basic soap package provided, it becomes
easy to do raw SOAP calls to any SOAP Web service. The XmlDocument
class also offer XPath like methods to fetch information from the
underlying XML tree.
The newest version!
/**
* Contains classes needed to do xml serialization compatible with Microsoft's
* DataContractSerializer implementation.
*/
/**
* @author jpgravel
*
*/
package org.formix.dsx.builders;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy