public class KieServerControllerDescriptorCommand extends Object implements org.kie.server.api.model.KieServerCommand
| Constructor and Description |
|---|
KieServerControllerDescriptorCommand() |
KieServerControllerDescriptorCommand(String service,
String method,
Object... arguments) |
KieServerControllerDescriptorCommand(String service,
String method,
String marshallerFormat,
Object... arguments) |
KieServerControllerDescriptorCommand(String service,
String method,
String payload,
String marshallerFormat,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getArguments() |
String |
getMarshallerFormat() |
String |
getMethod() |
String |
getPayload() |
String |
getService() |
void |
setArguments(List<Object> arguments) |
void |
setMarshallerFormat(String marshallerFormat) |
void |
setMethod(String method) |
void |
setPayload(String payload) |
void |
setService(String service) |
String |
toString() |
public KieServerControllerDescriptorCommand()
public KieServerControllerDescriptorCommand(String service, String method, Object... arguments)
public KieServerControllerDescriptorCommand(String service, String method, String marshallerFormat, Object... arguments)
public String getService()
public void setService(String service)
public String getMethod()
public void setMethod(String method)
public String getPayload()
public void setPayload(String payload)
public String getMarshallerFormat()
public void setMarshallerFormat(String marshallerFormat)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.