eu.emi.emir.validator
Class AbstractInfoValidator

java.lang.Object
  extended by eu.emi.emir.validator.AbstractInfoValidator
All Implemented Interfaces:
InfoValidator
Direct Known Subclasses:
RegistrationValidator

public abstract class AbstractInfoValidator
extends Object
implements InfoValidator

Author:
a.memon

Constructor Summary
AbstractInfoValidator()
           
 
Method Summary
 Boolean validateEndpointIDInfo(org.codehaus.jettison.json.JSONObject jo)
           
 Boolean validateInfo(org.codehaus.jettison.json.JSONObject jo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInfoValidator

public AbstractInfoValidator()
Method Detail

validateInfo

public Boolean validateInfo(org.codehaus.jettison.json.JSONObject jo)
                     throws InvalidServiceDescriptionException,
                            eu.unicore.util.configuration.ConfigurationException,
                            org.codehaus.jettison.json.JSONException,
                            ParseException
Specified by:
validateInfo in interface InfoValidator
Throws:
InvalidServiceDescriptionException
eu.unicore.util.configuration.ConfigurationException
org.codehaus.jettison.json.JSONException
ParseException

validateEndpointIDInfo

public Boolean validateEndpointIDInfo(org.codehaus.jettison.json.JSONObject jo)
                               throws InvalidServiceDescriptionException
Specified by:
validateEndpointIDInfo in interface InfoValidator
Throws:
InvalidServiceDescriptionException


Copyright © 2012. All Rights Reserved.