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.



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    KeyHoleSkeleton()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String Thunker​(java.lang.String strJSONRequest)
    JSON String Based in/out Generic Thunker
    static JSONObject Thunker​(JSONObject jsonInput)
    JSON Based in/out Generic Thunker

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyHoleSkeleton

      public KeyHoleSkeleton()
  • Method Details

    • Thunker

      public static final JSONObject Thunker​(JSONObject jsonInput)
      JSON Based in/out Generic Thunker
      Parameters:
      jsonInput - JSON Request
      Returns:
      JSON Response
    • Thunker

      public static final java.lang.String Thunker​(java.lang.String strJSONRequest)
      JSON String Based in/out Generic Thunker
      Parameters:
      strJSONRequest - JSON String Request
      Returns:
      JSON String Response