Retrieving a Context Parameter from a Response
- Procedure
-
Retrieve a callback context from the mutable request context:
import com.tibco.amf.platform.runtime.extension.context.CallbackContext; CallbackContext callbackContext =mutableRequestContext.getCallbackContext();
-
Retrieve a parameter from the callback context:
callbackContext.getParameter(parameterName, Type.class);