private void validateIfLookupVo(IfLookupVo lookupData)throws DomainInterfaceException { if(lookupData==null) throw new DomainInterfaceException("Lookup data not populated in message"); if(lookupData.getLookupType()==null||lookupData.getLookupType().length()==0) throw new DomainInterfaceException("Empty lookup name field not supported"); }