public class CommandFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
static String |
RESULT |
Constructor and Description |
---|
CommandFactory() |
Modifier and Type | Method and Description |
---|---|
static org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
generateErrorResponse(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj) |
static org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
generateExceptionResponse(Throwable t) |
static org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
generateResponse(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj) |
static CommandFactory |
getInstance() |
static com.eossonline.esync.ESync |
getSynchroniser(String name) |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
processRequest(org.apache.chemistry.opencmis.commons.impl.json.parser.JSONParser parser,
String request) |
public static final String RESULT
public static final String NAME
public static CommandFactory getInstance()
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject processRequest(org.apache.chemistry.opencmis.commons.impl.json.parser.JSONParser parser, String request)
public static org.apache.chemistry.opencmis.commons.impl.json.JSONObject generateResponse(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj)
public static org.apache.chemistry.opencmis.commons.impl.json.JSONObject generateErrorResponse(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj)
public static org.apache.chemistry.opencmis.commons.impl.json.JSONObject generateExceptionResponse(Throwable t)
public static com.eossonline.esync.ESync getSynchroniser(String name) throws com.eossonline.edrive.commands.CommandException
com.eossonline.edrive.commands.CommandException
Copyright © 2013. All Rights Reserved.