public class PublishAppService extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_APP_SERVICE_MANIFEST |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
PublishAppService()
Constructs a new PublishAppService object
|
PublishAppService(AppServiceManifest appServiceManifest)
Constructs a new PublishAppService object
|
PublishAppService(Hashtable<String,Object> hash)
Constructs a new PublishAppService object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceManifest |
getAppServiceManifest()
The manifest of the service that wishes to be published.
|
PublishAppService |
setAppServiceManifest(AppServiceManifest serviceManifest)
The manifest of the service that wishes to be published.
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_APP_SERVICE_MANIFEST
public PublishAppService()
public PublishAppService(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic PublishAppService(@NonNull
AppServiceManifest appServiceManifest)
appServiceManifest - - The appServiceManifestpublic PublishAppService setAppServiceManifest(@NonNull AppServiceManifest serviceManifest)
serviceManifest - - the App Service Manifestpublic AppServiceManifest getAppServiceManifest()