All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.smartlogic.classificationserver.client.ClassificationServerStatus Maven / Gradle / Ivy

There is a newer version: 5.6.1
Show newest version
package com.smartlogic.classificationserver.client;

@Deprecated
public class ClassificationServerStatus extends XMLReader {

	protected ClassificationServerStatus(byte[] data) throws ClassificationException {
		
		getRootElement(data);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy