Renames project from pz2utils4jsf to mkjsf
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / sp / ServiceProxyInterface.java
index 5f4df13..ef84cea 100644 (file)
@@ -1,8 +1,17 @@
 package com.indexdata.pz2utils4jsf.pazpar2.sp;\r
 \r
-import com.indexdata.pz2utils4jsf.pazpar2.Pz2Interface;\r
+import java.io.IOException;\r
+import java.io.UnsupportedEncodingException;\r
 \r
-public interface ServiceProxyInterface extends Pz2Interface {\r
+import com.indexdata.pz2utils4jsf.pazpar2.Pz2Interface;\r
 \r
-  public String login(String navigateTo);\r
+public interface ServiceProxyInterface extends Pz2Interface {  \r
+  public String login(String navigateTo);  \r
+  public void setInitFileName (String fileName);  \r
+  public String getInitFileName();\r
+  public String postInit() throws UnsupportedEncodingException, IOException;\r
+  public String postInit(byte[] initDoc) throws UnsupportedEncodingException, IOException;\r
+  public String getInitResponse();\r
+  public void setServiceProxyUrl(String url);\r
+  public String getServiceProxyUrl();\r
 }\r