public interface WsService
WsRequestHandler objects.| Modifier and Type | Method and Description |
|---|---|
Long |
addWsRequestHandler(WsRequestHandler handler)
Adds new
WsRequestHandler object to persistent storage and returns its id. |
WsRequestHandlerList |
findWsRequestHandlers(WsRequestHandlerCriteria criteria)
Finds all
WsRequestHandler objects which conforms the search criteria. |
String |
getWsdl(String moduleName,
String name)
Returns wsdl file for the name.
|
WsRequestHandler |
getWsRequestHandler(long wsRequestHandlerId)
Retrieves
WsRequestHandler object with given id from persistent storage |
String |
getXsd(String moduleName,
String name)
Returns xsd file for the name.
|
void |
markTimedOut(long wsRequestHandlerId)
Mark
WsRequestHandler object with given id as timed out. |
WsRequestHandlerList findWsRequestHandlers(WsRequestHandlerCriteria criteria)
WsRequestHandler objects which conforms the search criteria. Returned
waiting points doesn't have filled identifier, response and request fieldscriteria - search criteriaWsRequestHandler getWsRequestHandler(long wsRequestHandlerId)
WsRequestHandler object with given id from persistent storagewsRequestHandlerId - id of object to be retrievedWsRequestHandler object with given id from persistence storageLong addWsRequestHandler(WsRequestHandler handler)
WsRequestHandler object to persistent storage and returns its id.handler - new objectvoid markTimedOut(long wsRequestHandlerId)
throws WsRequestHandlerNotFoundException
WsRequestHandler object with given id as timed out.wsRequestHandlerId - id of target objectWsRequestHandlerNotFoundExceptionString getWsdl(String moduleName, String name)
moduleName - name - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.