google-nomulus/java/google/registry/xjc
Brian Mountford 8443da5c5c Support multiple versions of the EPP Fee Extension
We want to support multiple versions of the fee extension, to allow new features while maintaining backward compatibility. This CL extends the framework and adds one new version, 0.11 (spec version 7), to the existing version 0.6 (spec version 3). A follow-on CL will add version 0.12 (spec version 8).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127849044
2016-07-21 14:53:50 -04:00
..
bindings.xjb Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
BUILD Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
generated_files.bzl Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
list_generated_files.sh Fix paths in a few places 2016-05-17 13:52:27 -04:00
make_pkginfo.sh Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
package-info.java.in Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
README.missing-code Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
XjcObject.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
XjcXmlTransformer.java Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00

You may be wondering where all the source code is for XML classes
like XjcEpp.java, XjcRdeDeposit.java, etc. These files are magically
generated by JAXB from the XML schemas (.xsd) files.

Run the command `ant gensrc` and they should be available under:

    build/gensrc/google/registry/xjc/