google-nomulus/java/google/registry/xjc
Brian Mountford 64bcad3f21 Add XML support for new Flags EPP extension
For the .app discounting logic, we need a new extension which will let
registrars set, clear and query custom flags on a domain. Hopefully
this will be reusable for other custom TLDs later. This CL adds the
XSD, the associated classes for marshalling and unmarshalling, and some
marshalling tests, and links the classes into the system-wide extension
lists.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128178999
2016-08-02 19:03:26 -04:00
..
bindings.xjb Add XML support for new Flags EPP extension 2016-08-02 19:03:26 -04:00
BUILD Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
generated_files.bzl Add --set_current_tld_state to UpdateTldCommand 2016-08-02 19:02:19 -04:00
list_generated_files.sh Add --set_current_tld_state to UpdateTldCommand 2016-08-02 19:02:19 -04:00
make_pkginfo.sh Add --set_current_tld_state to UpdateTldCommand 2016-08-02 19:02:19 -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 version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -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 version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -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/