52North / wps-client-lib

WPS client library written in Java. Support for WPS 1.0.0 and 2.0.
Apache License 2.0
6 stars 4 forks source link

Feature/getresult standalone #13

Closed matthesrieke closed 5 years ago

matthesrieke commented 5 years ago

pull request with two separate aspects:

  1. allow Process Result retrieval without an Execute execution beforehand to support decoupled components (one doing the execute, the other retrieving the result)
  2. removing the restrictions on WPSClientSession (final class and private constructor) to improve testability, e.g. with Mockito.