it.eng.spago.validation
Interface ValidationIFace

All Known Implementing Classes:
ValidationImpl

public interface ValidationIFace


Method Summary
 boolean isBlocking()
           
 boolean validate(java.lang.String businessType, java.lang.String businessName, RequestContainer requestContainer, ResponseContainer responseContainer)
          Performs the validation of the request
 

Method Detail

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 service
requestContainer -
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