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

org.simple4j.wsclient.parser.IParser Maven / Gradle / Ivy

/**
 * Contains response side parsers of data from HTTP response body
 */
package org.simple4j.wsclient.parser;

import java.util.Map;

/**
 * The IParser interface is used on the response side to parse data from body.
 * The output of the parser is Java Collections based object tree.
 * 
 * @author jsrinivas108
 */
public interface IParser
{

	public Map parseData(String arg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy