@Override public Set<OperationHandlerKey> getKeys() { return Collections.singleton( new OperationHandlerKey( WPSConstants.SERVICE, WPSConstants.Operations.DescribeProcess.toString())); }
@Override public String getOperationName() { return WPSConstants.Operations.DescribeProcess.toString(); }