org.kie.services.client.serialization.jaxb.impl
Class JaxbVariablesResponse
java.lang.Object
org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse<Map<String,String>>
org.kie.services.client.serialization.jaxb.impl.JaxbVariablesResponse
- All Implemented Interfaces:
- JaxbCommandResponse<Map<String,String>>
public class JaxbVariablesResponse
- extends AbstractJaxbCommandResponse<Map<String,String>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbVariablesResponse
public JaxbVariablesResponse()
JaxbVariablesResponse
public JaxbVariablesResponse(org.kie.api.command.Command<?> cmd,
Map<String,String> variables)
JaxbVariablesResponse
public JaxbVariablesResponse(Map<String,String> variables,
String requestUrl)
getVariables
public Map<String,String> getVariables()
setVariables
public void setVariables(Map<String,String> variables)
getResult
public Map<String,String> getResult()
- Returns:
- The result object generated by the command. If the command does not return an object, null.
setResult
public void setResult(Map<String,String> variables)
- Description copied from interface:
JaxbCommandResponse
- This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.