public interface IServiceDataAcceptor
Modifier and Type | Method and Description |
---|---|
boolean |
acceptServiceData(String serviceName,
byte[] serviceData)
Accept service data.
|
static final String _rcsid
boolean acceptServiceData(String serviceName, byte[] serviceData) throws ManifoldCFException
serviceName
- is the name of the service that owns the data.serviceData
- is the actual data that is owned.ManifoldCFException