com.ibm.commerce.payments.plugincontroller.plugin

Class PluginAdapter_V1

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class PluginAdapter_V1
    extends PluginAdapter
    implements java.lang.Cloneable

    This class is the implementation of PluginAdapter for Plugin Specification version 1.0. In Plugin Specification version 1.0, the plugin is a stateless session bean. This class will prepare the parameters needed by the plugin. Then it will call the plugin's remote APIs, retrieve the output from the plugin, update the objects in the database. When PluginController needs the plugin to participate, it will call the PluginAdapter. And then will retrieve the output information from the database or from the fields of PluginAdapter.