Cleans up SP extension commands
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / ServiceProxyInterface.java
index 8c31abe..3a2e6a2 100644 (file)
@@ -4,11 +4,10 @@ import java.io.IOException;
 import java.io.UnsupportedEncodingException;\r
 \r
 \r
-public interface ServiceProxyInterface  {  \r
-  public String login(String navigateTo);  \r
+public interface ServiceProxyInterface  {      \r
   public void setInitFileName (String fileName);  \r
   public String getInitFileName();\r
-  public ClientCommandResponse postInit() throws UnsupportedEncodingException, IOException;\r
-  public ClientCommandResponse postInit(byte[] initDoc, boolean includeDebug) throws UnsupportedEncodingException, IOException;\r
+  public HttpResponseWrapper postInit() throws UnsupportedEncodingException, IOException;\r
+  public HttpResponseWrapper postInit(byte[] initDoc, boolean includeDebug) throws UnsupportedEncodingException, IOException;\r
   public String getInitResponse();\r
 }\r