1 package org.kuali.ole.editor.service;
2
3 /**
4 * Created by IntelliJ IDEA.
5 * User: balakumaranm
6 * Date: 4/12/12
7 * Time: 3:10 PM
8 * To change this template use File | Settings | File Templates.
9 */
10 public interface OleWebServiceProvider {
11 public Object getService(String serviceClassName, String serviceName, String serviceURL);
12 }