Class SimpleJSONAdapter

  • All Implemented Interfaces:
    AdapterInterface, java.io.Serializable

    public abstract class SimpleJSONAdapter
    extends SimpleAdapter
    JSON adapter.
    This class (and its child classes) cannot be instantiated.
    They correspond to an Adapter configuration item.
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleJSONAdapter

        public SimpleJSONAdapter()
    • Method Detail

      • process

        public void process()
                     throws java.lang.InterruptedException
        Process hook implementation: call process JSON hook
        Throws:
        java.lang.InterruptedException - When interrupted
      • process

        public abstract org.json.JSONArray process​(java.io.BufferedReader r)
                                            throws org.json.JSONException,
                                                   PlatformException,
                                                   java.lang.InterruptedException
        Process JSON hook to implement
        Parameters:
        r - Reader
        Returns:
        Simplicite XML
        Throws:
        org.json.JSONException
        PlatformException
        java.lang.InterruptedException