Catches init doc upload errors
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / ServiceProxyInterface.java
index 8c31abe..c2d8c48 100644 (file)
@@ -8,7 +8,7 @@ public interface ServiceProxyInterface  {
   public String login(String navigateTo);  \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