Interface IServiceDataAcceptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Method Detail

      • acceptServiceData

        boolean acceptServiceData​(java.lang.String serviceName,
                                  byte[] serviceData)
                           throws ManifoldCFException
        Accept service data.
        Parameters:
        serviceName - is the name of the service that owns the data.
        serviceData - is the actual data that is owned.
        Returns:
        true to abort the scan.
        Throws:
        ManifoldCFException