Package com.almis.awe.model.dto
Class ServiceDataWrapper
java.lang.Object
com.almis.awe.model.dto.ServiceData
com.almis.awe.model.dto.ServiceDataWrapper
- All Implemented Interfaces:
ResponseWrapper
,Copyable
,Serializable
Generic class that implements ResponseWrapper and is used to parse the response from a microservice/rest service when no specific class is provided
- Author:
- jbellon
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve wrapper information as service dataMethods inherited from class com.almis.awe.model.dto.ServiceData
addClientAction, addResultDetails, addVariable, addVariable, copy, getVariable, setData, setData, setType
-
Constructor Details
-
ServiceDataWrapper
public ServiceDataWrapper()
-
-
Method Details
-
toServiceData
Description copied from interface:ResponseWrapper
Retrieve wrapper information as service data- Specified by:
toServiceData
in interfaceResponseWrapper
- Returns:
- ServiceData
- Throws:
AWException
- Error retrieving service data
-