Changes response object naming
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / SearchClient.java
index 745a6b6..e50d498 100644 (file)
@@ -9,7 +9,7 @@ import com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command;
 public interface SearchClient extends Configurable, Serializable {\r
   \r
   public void setSearchCommand(Pazpar2Command command);\r
-  public CommandResponse executeCommand(Pazpar2Command command);\r
+  public HttpResponseWrapper executeCommand(Pazpar2Command command);\r
   \r
   // Use cloneMe() method if injecting the client with CDI.\r
   // The client is used for asynchronously sending off requests\r