Makes init doc debug response optional
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / sp / ServiceProxyInterface.java
index 46d4e77..abbb1ec 100644 (file)
@@ -10,7 +10,7 @@ public interface ServiceProxyInterface extends Pz2Interface {
   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 postInit(byte[] initDoc, boolean includeDebug) throws UnsupportedEncodingException, IOException;\r
   public String getInitResponse();\r
   public void setServiceProxyUrl(String url);\r
   public String getServiceProxyUrl();\r