it.eng.spago.validation
Interface ValidationEngineIFace

All Known Implementing Classes:
ValidationImpl

public interface ValidationEngineIFace


Method Summary
 boolean isBlocking()
           
 boolean validate(java.lang.String businessType, java.lang.String businessName, RequestContextIFace requestContext)
          Performs the validation of the request
 

Method Detail

validate

public boolean validate(java.lang.String businessType,
                        java.lang.String businessName,
                        RequestContextIFace requestContext)
Performs the validation of the request

Parameters:
businessType - - Type of service (action/page)
businessName - - Logical name of the service
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