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

com.bronto.api.request.BrontoClientRequest Maven / Gradle / Ivy

The newest version!
package com.bronto.api.request;

import com.bronto.api.model.BrontoSoapPortType;
import com.bronto.api.model.SessionHeader;

public interface BrontoClientRequest {
    public T invoke(BrontoSoapPortType service, SessionHeader header) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy