main
public static void main(java.lang.String[] args)
Reads the URL-encoded POST-data on standard input, decodes this as a
Java map containing the key "url" associated with a value, the URL of
the specification file. Reads the specification file, which is in the
Broker@Cloud XML specification format conforming to ServiceSchema.xsd,
and builds a model of the specification in memory. Verifies the
protocol of the specification, then outputs an annotated XML file,
issuing warnings for any operation which is non-deterministic or
blocking; and also indicating an analysis of input space partitions and
which operation branch responded to each partition.
- Parameters:
args
- empty, since no command-line parameters are passed.