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

com.ksyun.api.sdk.reponse.KscResponse Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.ksyun.api.sdk.reponse;

import com.ksyun.api.sdk.exceptions.ClientException;
import com.ksyun.api.sdk.exceptions.ServerException;
import com.ksyun.api.sdk.http.UnmarshallerContext;

public abstract class KscResponse {
	
	public abstract KscResponse getInstance(UnmarshallerContext context) throws ClientException, ServerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy