Package org.drip.service.json
Class KeyHoleSkeleton
java.lang.Object
org.drip.service.json.KeyHoleSkeleton
public class KeyHoleSkeleton
extends java.lang.Object
KeyHoleSkeleton forwards the JSON Request to the Appropriate Processor and retrieves the Response
JSON. It provides the following Functions:
- JSON Based in/out Generic Thunker
- JSON String Based in/out Generic Thunker
Module | Computational Core Module |
Library | Computation Support |
Project | Environment, Product/Definition Containers, and Scenario/State Manipulation APIs |
Package | JSON Based Valuation Request Service |
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description KeyHoleSkeleton()
-
Method Summary
Modifier and Type Method Description static java.lang.String
Thunker(java.lang.String requestJSON)
JSON String Based in/out Generic Thunkerstatic JSONObject
Thunker(JSONObject jsonInput)
JSON Based in/out Generic ThunkerMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyHoleSkeleton
public KeyHoleSkeleton()
-
-
Method Details
-
Thunker
JSON Based in/out Generic Thunker- Parameters:
jsonInput
- JSON Request- Returns:
- JSON Response
-
Thunker
public static final java.lang.String Thunker(java.lang.String requestJSON)JSON String Based in/out Generic Thunker- Parameters:
requestJSON
- JSON String Request- Returns:
- JSON String Response
-