Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.wsserver |
Modifier and Type | Method and Description |
---|---|
WsRequestHandler |
WsService.getWsRequestHandler(long wsRequestHandlerId)
Retrieves
WsRequestHandler object with given id from persistent storage |
Modifier and Type | Method and Description |
---|---|
Long |
WsService.addWsRequestHandler(WsRequestHandler handler)
Adds new
WsRequestHandler object to persistent storage and returns its id. |
Modifier and Type | Method and Description |
---|---|
List<WsRequestHandler> |
WsRequestHandlerList.getData()
Returns a list of ws request handlers.
|
Constructor and Description |
---|
WsRequestHandlerList(Collection<WsRequestHandler> infos,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
WsRequestHandler |
WsServiceBean.getWsRequestHandler(long id) |
Modifier and Type | Method and Description |
---|---|
Long |
WsServiceBean.addWsRequestHandler(WsRequestHandler handler) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.