Class CbeffContainerI<T,​U>

  • Direct Known Subclasses:
    CbeffContainerImpl

    public abstract class CbeffContainerI<T,​U>
    extends Object
    Author:
    Ramadurai Pandian Container Interface to be used for create and update
    • Constructor Detail

      • CbeffContainerI

        public CbeffContainerI()
    • Method Detail

      • updateBIRType

        public abstract U updateBIRType​(List<T> bir,
                                        byte[] fileBytes)
                                 throws Exception
        Throws:
        Exception
      • validateXML

        public abstract boolean validateXML​(byte[] fileBytes,
                                            byte[] xsdBytes)
                                     throws Exception
        Throws:
        Exception