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

com.sailthru.client.handler.SailthruResponseHandler Maven / Gradle / Ivy

The newest version!
package com.sailthru.client.handler;

/**
 * Interface for Handling Server Response
 * @author Prajwal Tuladhar  
 */
public interface SailthruResponseHandler {
    public Object parseResponse (String response);
    public String getFormat();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy