com.smartlogic.classificationserver.client.ClassificationServerStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Semaphore-CS-Client Show documentation
Show all versions of Semaphore-CS-Client Show documentation
Client for the Smartlogic Semaphore Classification Server
package com.smartlogic.classificationserver.client;
@Deprecated
public class ClassificationServerStatus extends XMLReader {
protected ClassificationServerStatus(byte[] data) throws ClassificationException {
getRootElement(data);
}
}