Package com.chemaxon.dif.ws.impl
Class WSOperationImpl
- java.lang.Object
-
- com.chemaxon.dif.ws.impl.WSOperationImpl
-
- All Implemented Interfaces:
WSOperation
public class WSOperationImpl extends Object implements WSOperation
-
-
Constructor Summary
Constructors Constructor Description WSOperationImpl(WSDefinitionInfo wsInfo, WSOperationInfo operInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSResponse
call(Map<String,Object> request)
Calls operation using request parameters and returns a response.WSOperationInfo
getInfo()
-
-
-
Constructor Detail
-
WSOperationImpl
public WSOperationImpl(WSDefinitionInfo wsInfo, WSOperationInfo operInfo)
-
-
Method Detail
-
getInfo
public WSOperationInfo getInfo()
- Specified by:
getInfo
in interfaceWSOperation
- Returns:
- web service operation info
-
call
public WSResponse call(Map<String,Object> request)
Description copied from interface:WSOperation
Calls operation using request parameters and returns a response.- Specified by:
call
in interfaceWSOperation
- Parameters:
request
- request parameters as a map- Returns:
- web service response
-
-