Package org.somda.sdc.glue.common
Class ActionConstants
-
- All Implemented Interfaces:
public class ActionConstantsConstants for every SDC service operation comprising input-output and input-only message exchanges.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ActionConstants()
-
Method Summary
Modifier and Type Method Description static StringgetResponseAction(String requestActionUri)Generates a response action URI from an input action URI by appending 'Response'. -
-
Method Detail
-
getResponseAction
static String getResponseAction(String requestActionUri)
Generates a response action URI from an input action URI by appending 'Response'.
- Parameters:
requestActionUri- the request action URI.- Returns:
the response action that is the requestAction plus 'Response'.
-
-
-
-