it.eng.spago.validation.impl
Class ValidationServices

java.lang.Object
  extended by it.eng.spago.validation.impl.ValidationServices

public class ValidationServices
extends java.lang.Object


Field Summary
static java.lang.String TYPED_SERVICE_REQUEST
          The Key of the element that represent the Typed service Request
 
Constructor Summary
ValidationServices()
           
 
Method Summary
static SourceBean getTypedServiceRequest(SourceBean serviceRequest)
          This method get the TYPED_SERVICE_REQUEST SourceBean from Service Request, if service Request doesn't have the Typed Service Request this will be created
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPED_SERVICE_REQUEST

public static final java.lang.String TYPED_SERVICE_REQUEST
The Key of the element that represent the Typed service Request

See Also:
Constant Field Values
Constructor Detail

ValidationServices

public ValidationServices()
Method Detail

getTypedServiceRequest

public static SourceBean getTypedServiceRequest(SourceBean serviceRequest)
                                         throws SourceBeanException
This method get the TYPED_SERVICE_REQUEST SourceBean from Service Request, if service Request doesn't have the Typed Service Request this will be created

Parameters:
serviceRequest - The Spago Service Request
Returns:
The Typed Service Request Source Bean
Throws:
SourceBeanException - if some errors occurs istantiating service request source bean