Tom Kunicki
Tom Kunicki
USGS/CIDA contributed LiteralAnyURIBinding.java against "xs:anyURI" in the December '12 code sprint. This might be of use....
The class ExecutionContext was introduced to facilitate this kind of work, it's created before an execution in the ExecutionRequest.response() and cleaned up in the finally clause. The idea was to...
Do we need to use checked exceptions for this? The calling code for this should be extremely defensive and catch all exeptions anyway and rewrap them if needed. I would...
@nuest . Yes, that's what I meant by robust. With this code the 52n WPS framework is utilizing IoC (inversion of control). If the framework relies on client code to...