Package io.mosip.mimoto.service
Class CbeffContainerI<T,U>
- java.lang.Object
-
- io.mosip.mimoto.service.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 Summary
Constructors Constructor Description CbeffContainerI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract UcreateBIRType(List<T> bir)abstract UupdateBIRType(List<T> bir, byte[] fileBytes)abstract booleanvalidateXML(byte[] fileBytes, byte[] xsdBytes)
-