Package com.technia.tif.enovia.jaxws.api
Interface Handler
-
- All Known Subinterfaces:
QueryServiceHandler,UpdateServiceHandler
- All Known Implementing Classes:
DefaultQueryServiceHandler
@API public interface Handler- Since:
- 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAuthorized(Webservice service, java.lang.String userId)voidvalidateInput(Webservice service, java.lang.Object input)Validates input for the service.
-
-
-
Method Detail
-
isAuthorized
boolean isAuthorized(Webservice service, java.lang.String userId)
- Parameters:
service- The service.userId- The ID of the user- Returns:
- A boolean flag indicating if the user can use the service.
- Since:
- 17 apr 2013
-
validateInput
void validateInput(Webservice service, java.lang.Object input) throws java.lang.Exception
Validates input for the service.- Parameters:
service-input-- Throws:
java.lang.Exception- Since:
- 2015.3.0
-
-