- getAccountName() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.accountName.
- getAccountNo() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.accountNo.
- getAccountType() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.accountType.
- getAction() - Method in class com.networknt.colfer.ColferRpc
-
Gets Colfer.colferRpc.action.
- getBalance() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.balance.
- getColferPath() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getCredit() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.credit.
- getDebit() - Method in class com.networknt.colfer.Account
-
Gets Account.Account.debit.
- getDescription() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getFormPath() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getHandler() - Method in class com.networknt.rpc.router.RpcRouter
-
- getHandlerPackage() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getHost() - Method in class com.networknt.colfer.ColferRpc
-
Gets Colfer.colferRpc.host.
- getJsonPath() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getResourcesBasePath() - Method in class com.networknt.rpc.router.RpcRouterConfig
-
- getService() - Method in class com.networknt.colfer.ColferRpc
-
Gets Colfer.colferRpc.service.
- getServiceId(Map<String, Object>) - Method in class com.networknt.rpc.router.AbstractRpcHandler
-
- getServiceId(ColferRpc) - Method in class com.networknt.rpc.router.AbstractRpcHandler
-
- getStatus(HttpServerExchange, String, Object...) - Method in interface com.networknt.rpc.Handler
-
Return a Status object so that the handler can get the HTTP response code to set exchange response.
- getStatus(HttpServerExchange, Status) - Method in interface com.networknt.rpc.Handler
-
There are situations that the downstream service returns an error status response and we just
want to bubble up to the caller and eventually to the original caller.
- getVersion() - Method in class com.networknt.colfer.ColferRpc
-
Gets Colfer.colferRpc.version.