Javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / data / sp / package-info.java
1 /**\r
2  * Service Proxy responses produced by Service Proxy commands.\r
3  * \r
4  * <p>The most recent respons from each command is accessible to the UI\r
5  * through the class SpResponses, which is exposed to the UI as <code>pzresp.sp</code></p>\r
6  * \r
7  * <p>Examples:</p>\r
8  * <ul>\r
9  *  <li><code>pzresp.sp.auth.status<code> returns the status of the most recent authentication request</li>\r
10  *  <li><code>pzresp.sp.categories.tagetCategories</code> returns target categories for filtering by category</li>\r
11  * </ul>  \r
12  * \r
13  */\r
14 package com.indexdata.mkjsf.pazpar2.data.sp;