Renames project from pz2utils4jsf to mkjsf
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / sp / ServiceProxyInterface.java
index 0147e3f..ef84cea 100644 (file)
@@ -10,6 +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 getInitResponse();\r
   public void setServiceProxyUrl(String url);\r
   public String getServiceProxyUrl();\r