jar

com.opentext.otag.sdk : otag-service-development-kit

Maven & Gradle

Oct 20, 2019
5 stars

Open Text AppWorks Gateway Service Developer Kit (SDK) · This module provides access to the set of utility classes required to interact with an instance of an AppWorks Gateway from an AppWorks Service. It covers AppWorks dedicated service deployment API, which is a limited subset of the full AppWorks admin API. We currently provide the facility for services to listen to service life-cycle events such as 'service installed', 'service upgraded' and 'service uninstalled'. We also provide the facility for centralised configuration setting management. As AppWorks services are edited from the AppWork Gateway administration console, we provide the ability to respond to updates made here, and also expose creation and update end points for these settings.

Table Of Contents

Latest Version

Download com.opentext.otag.sdk : otag-service-development-kit JAR file - Latest Versions:

All Versions

Download com.opentext.otag.sdk : otag-service-development-kit JAR file - All Versions:

Version Vulnerabilities Size Updated
16.6.x
16.5.x
16.4.x
16.3.x
16.2
16.1
16.0.x
16

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window otag-service-development-kit-16.6.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.opentext.otag.sdk.connector

├─ com.opentext.otag.sdk.connector.EIMConnectorClient.class - [JAR]

├─ com.opentext.otag.sdk.connector.EIMConnectorClientImpl.class - [JAR]

├─ com.opentext.otag.sdk.connector.EIMConnectorService.class - [JAR]

com.opentext.otag.sdk

├─ com.opentext.otag.sdk.SdkEventCallbackHandler.class - [JAR]

com.opentext.otag.sdk.client.v3

├─ com.opentext.otag.sdk.client.v3.AbstractOtagServiceClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.AuthClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.GatewayClientRegistry.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.MailClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.NotificationsClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.RuntimesClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.ServiceClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.SettingsClient.class - [JAR]

├─ com.opentext.otag.sdk.client.v3.TrustedProviderClient.class - [JAR]

com.opentext.otag.sdk.provided

├─ com.opentext.otag.sdk.provided.OtagUrlUpdateHandler.class - [JAR]

com.opentext.otag.sdk.handlers

├─ com.opentext.otag.sdk.handlers.AWServiceContextHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AWServiceStartupComplete.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AbstractAuthRequestHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AbstractLifecycleChangeHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AbstractMultiSettingChangeHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AbstractSettingChangeHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AuthRequestHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.AuthResponseDecorator.class - [JAR]

├─ com.opentext.otag.sdk.handlers.LifecycleCallbackHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.MultiSettingChangeHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.OtagMessageHandler.class - [JAR]

├─ com.opentext.otag.sdk.handlers.SettingChangeHandler.class - [JAR]

Advertisement