Application class to start generic performance test rest service. Deployed restful application is configurable by command line arguments. You can specify the URI to which the application should be deployed, media type which should consume and produce, file from which data will be read, etc. Execute the application with parameter {@code --help} to see more details.
The rest app contains three methods: {@code GET}, {@code PUT} and {@code POST}. {@code GET} methodcan return data from a custom file. In order to use specific message body provider, define the provider full class name in command line arguments. The provider must be on the classpath.
@author Miroslav Fuksa (miroslav.fuksa at oracle.com)