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