Javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / commands / sp / InitCommandSp.java
index dba12b0..1c7748a 100644 (file)
@@ -16,10 +16,12 @@ import com.indexdata.mkjsf.pazpar2.data.ResponseParser;
 import com.indexdata.mkjsf.pazpar2.data.sp.SpResponseDataObject;\r
 \r
 /**\r
- * Service Proxy extensions to the init command - specifically \r
+ * Service Proxy extensions to the Pazpar2 <code>init</code> command - specifically \r
  * support for POSTing to the Service Proxy an init doc containing Pazpar2 \r
  * definitions and settings. \r
  * \r
+ * This feature, however, is not supported in the publicly released Service Proxy at this point. \r
+ * \r
  * @author Niels Erik\r
  *\r
  */\r
@@ -36,6 +38,9 @@ public class InitCommandSp implements Serializable, ServiceProxyCommand {
     initDocUpload = new InitDocUpload();\r
   }\r
   \r
+  /**\r
+   * Sets Service Proxy command parameter <code>includeDebug</code>.  \r
+   */\r
   public void setIncludeDebug (String includeDebug) {\r
     command.setParameterInState(new CommandParameter("includeDebug","=",includeDebug));\r
   }\r