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

com.axway.apim.actions.tasks.IResponseParser Maven / Gradle / Ivy

package com.axway.apim.actions.tasks;

import org.apache.http.HttpResponse;

import com.axway.apim.lib.AppException;
import com.fasterxml.jackson.databind.JsonNode;

public interface IResponseParser {
	public JsonNode parseResponse(HttpResponse response) throws AppException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy