Skip navigation links
A C E G H I M P R S T U V 

A

addDatakey(String, String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
addEocIds(String, String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
addHeader(String, String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 

C

com.digiwin.athena.esp.sdk - package com.digiwin.athena.esp.sdk
 
com.digiwin.athena.esp.sdk.connection - package com.digiwin.athena.esp.sdk.connection
 
com.digiwin.athena.esp.sdk.constants - package com.digiwin.athena.esp.sdk.constants
 
com.digiwin.athena.esp.sdk.enums - package com.digiwin.athena.esp.sdk.enums
 
com.digiwin.athena.esp.sdk.exception - package com.digiwin.athena.esp.sdk.exception
 
com.digiwin.athena.esp.sdk.init - package com.digiwin.athena.esp.sdk.init
 
com.digiwin.athena.esp.sdk.model - package com.digiwin.athena.esp.sdk.model
 
com.digiwin.athena.esp.sdk.util - package com.digiwin.athena.esp.sdk.util
 
createHttpClient() - Static method in class com.digiwin.athena.esp.sdk.connection.HttpClientFactory
 

E

EocOmTransformUtil - Class in com.digiwin.athena.esp.sdk.util
 
EocOmTransformUtil() - Constructor for class com.digiwin.athena.esp.sdk.util.EocOmTransformUtil
 
EocTypeEnum - Enum in com.digiwin.athena.esp.sdk.enums
 
ESP_REST_BASE_URL - Static variable in class com.digiwin.athena.esp.sdk.constants.URLConstant
 
ESPInvocationException - Exception in com.digiwin.athena.esp.sdk.exception
 
ESPInvocationException(String) - Constructor for exception com.digiwin.athena.esp.sdk.exception.ESPInvocationException
 
ESPInvocationException(String, Throwable) - Constructor for exception com.digiwin.athena.esp.sdk.exception.ESPInvocationException
 
EspSdkInitialize - Class in com.digiwin.athena.esp.sdk.init
 
EspSdkInitialize() - Constructor for class com.digiwin.athena.esp.sdk.init.EspSdkInitialize
 

G

getBodyJsonString() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getBodyJsonString() - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
取得body字串
getDatakeys() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getEocIds() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getEocMappingJsonObject() - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
getEocTag() - Method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getEocTypeEnum(Integer) - Static method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getEspCode() - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
取得ESP互動代碼(digi-code)
getEspMessage() - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
取得ESP互動訊息(digi-message)
getHeaders() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getHostAcct() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getHostId() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getHostProd() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getHostVer() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getHttpHeaders() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getInvokeType() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getLevel() - Method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getLevelTag() - Method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getMaxLevel() - Static method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getMinLevel() - Static method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getOmTag() - Method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
 
getReqid() - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
取得reqid
getRequestModel() - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
getResponseModel() - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
getServiceName() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getServiceProd() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getServiceProdUid() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
getSrvCode() - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
取得服務端回應結果代碼(digi-srvcode) 當調用過程發生系統類錯誤時,互動代碼可能為null
getTenantId() - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 

H

HttpClientFactory - Class in com.digiwin.athena.esp.sdk.connection
 
HttpClientFactory() - Constructor for class com.digiwin.athena.esp.sdk.connection.HttpClientFactory
 

I

initConfig(String, String) - Static method in class com.digiwin.athena.esp.sdk.init.EspSdkInitialize
 
Invoker - Class in com.digiwin.athena.esp.sdk
 
Invoker() - Constructor for class com.digiwin.athena.esp.sdk.Invoker
 
invokeRestFasync(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String) - Static method in class com.digiwin.athena.esp.sdk.Invoker
以全異步模式(fasync)調用服務池(RESTful)
invokeRestFasync(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String, Map<String, String>) - Static method in class com.digiwin.athena.esp.sdk.Invoker
以全異步模式(fasync)調用服務池(RESTful)
invokeRestSync(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String) - Static method in class com.digiwin.athena.esp.sdk.Invoker
以同步模式(sync)調用服務池(RESTful)
invokeRestSync(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String, Map<String, String>) - Static method in class com.digiwin.athena.esp.sdk.Invoker
以同步模式(sync)調用服務池(RESTful)
InvokeTypeEnum - Enum in com.digiwin.athena.esp.sdk.enums
 

M

MDC_BASE_URL - Static variable in class com.digiwin.athena.esp.sdk.constants.URLConstant
 
MDCInvocationException - Exception in com.digiwin.athena.esp.sdk.exception
 
MDCInvocationException(String) - Constructor for exception com.digiwin.athena.esp.sdk.exception.MDCInvocationException
 
MDCInvocationException(String, Throwable) - Constructor for exception com.digiwin.athena.esp.sdk.exception.MDCInvocationException
 
MessageModel - Class in com.digiwin.athena.esp.sdk.model
 
MessageModel() - Constructor for class com.digiwin.athena.esp.sdk.model.MessageModel
 

P

ProductOperationIdNotFoundException - Exception in com.digiwin.athena.esp.sdk.exception
 
ProductOperationIdNotFoundException(String) - Constructor for exception com.digiwin.athena.esp.sdk.exception.ProductOperationIdNotFoundException
 
ProductUIDNotFoundException - Exception in com.digiwin.athena.esp.sdk.exception
 
ProductUIDNotFoundException(String) - Constructor for exception com.digiwin.athena.esp.sdk.exception.ProductUIDNotFoundException
 
ProductUIDNotFoundException(String, Throwable) - Constructor for exception com.digiwin.athena.esp.sdk.exception.ProductUIDNotFoundException
 

R

RequestModel - Class in com.digiwin.athena.esp.sdk.model
 
RequestModel() - Constructor for class com.digiwin.athena.esp.sdk.model.RequestModel
 
ResponseModel - Class in com.digiwin.athena.esp.sdk.model
 
ResponseModel(Map<String, String>, String) - Constructor for class com.digiwin.athena.esp.sdk.model.ResponseModel
 

S

setBodyJsonString(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setBodyJsonString(String) - Method in class com.digiwin.athena.esp.sdk.model.ResponseModel
 
setDatakeys(Map<String, String>) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setEocIds(Map<String, String>) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setEocMappingJsonObject(JsonObject) - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
setHeaders(Map<String, String>) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setHostAcct(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setHostId(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setHostProd(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setHostVer(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setInvokeType(InvokeTypeEnum) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setRequestModel(RequestModel) - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
setResponseModel(ResponseModel) - Method in class com.digiwin.athena.esp.sdk.model.MessageModel
 
setServiceName(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setServiceProd(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setServiceProdUid(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 
setTenantId(String) - Method in class com.digiwin.athena.esp.sdk.model.RequestModel
 

T

transform(String, String, String) - Static method in class com.digiwin.athena.esp.sdk.util.EocOmTransformUtil
轉換訊息中的運營單元資訊
transformRequest(MessageModel) - Static method in class com.digiwin.athena.esp.sdk.util.EocOmTransformUtil
轉換MessageModel中的Request訊息運營單元資訊 包含UID、datakey、body訊息
transformResponse(MessageModel) - Static method in class com.digiwin.athena.esp.sdk.util.EocOmTransformUtil
轉換MessageModel的Response訊息中的運營單元資訊 包含body訊息

U

URLConstant - Class in com.digiwin.athena.esp.sdk.constants
 
URLConstant() - Constructor for class com.digiwin.athena.esp.sdk.constants.URLConstant
 

V

valueOf(String) - Static method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digiwin.athena.esp.sdk.enums.InvokeTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.digiwin.athena.esp.sdk.enums.EocTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digiwin.athena.esp.sdk.enums.InvokeTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I M P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.