Renames class, removes obsolete, javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / commands / sp / InitCommandSp.java
index 629c07c..1c7748a 100644 (file)
@@ -15,6 +15,16 @@ import com.indexdata.mkjsf.pazpar2.data.ResponseDataObject;
 import com.indexdata.mkjsf.pazpar2.data.ResponseParser;\r
 import com.indexdata.mkjsf.pazpar2.data.sp.SpResponseDataObject;\r
 \r
+/**\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
 public class InitCommandSp implements Serializable, ServiceProxyCommand {\r
 \r
   private static final long serialVersionUID = -6609045941782375651L;\r
@@ -28,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