it.eng.spago.validation
Interface ValidationIFace
- All Known Implementing Classes:
- ValidationImpl
- public interface ValidationIFace
validate
public boolean validate(java.lang.String businessType,
java.lang.String businessName,
RequestContainer requestContainer,
ResponseContainer responseContainer)
- Performs the validation of the request
- Parameters:
businessType
- - Type of service (action/page)businessName
- - Logical name of the servicerequestContainer
- responseContainer
-
- Returns:
- true if the process can be invoked
isBlocking
public boolean isBlocking()
- Returns:
- true if the service has to be invoked even if the validation process produces errors