Skip to main content
Skip table of contents

Adapter Interface

All adapters use the de.softproject.integration.adapter.core.Adapter interface and the default constructor (without parameters) to create the main class. Each adapter instance has a status object in order to set a status after the adapter component's execution, and a unique identifier.

The following adapter interface methods are available:

de.softproject.integration.adapter.core.Adapter

public void cleanup()

Always cleans up after the execution of the operation method and closes resources having been occupied by the adapter instance.

public void init(Status arg0, long arg1)

Will be called after creating the adapter instance. The parameter arg0 names the object for whose adapter instance a status is to be set, the parameter arg1 specifies the adapter instance (within the code).

public Object getConfigurationBean()

Returns an instance of the configuration bean containing setter methods for setting configuration parameters. Adapter instances can access configuration parameters via the configuration bean object.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.