gw.lang.debugger.RemoteServiceProtocolHandler Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.debugger;
public interface RemoteServiceProtocolHandler
{
public String call( String strSessionId, String strService, String strMethod, String strParamTypes, String strArgs ) throws Exception;
}