X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fmkjsf%2Fpazpar2%2FServiceProxyInterface.java;h=3a2e6a2fbfab66f002205953f6c96e87be3b310d;hb=95b6d2c90bde9b9946b79479f42233f6d7645f77;hp=c2d8c4824a7ef4702ac31f1fe674b80ec71468ed;hpb=b494c23797a9b09937b03430616c948bcd4e3957;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyInterface.java b/src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyInterface.java index c2d8c48..3a2e6a2 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyInterface.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyInterface.java @@ -4,8 +4,7 @@ import java.io.IOException; import java.io.UnsupportedEncodingException; -public interface ServiceProxyInterface { - public String login(String navigateTo); +public interface ServiceProxyInterface { public void setInitFileName (String fileName); public String getInitFileName(); public HttpResponseWrapper postInit() throws UnsupportedEncodingException, IOException;