public class DescriptorCommand extends Object implements KieServerCommand
| Constructor and Description |
|---|
DescriptorCommand() |
DescriptorCommand(String service,
String method,
Object... arguments) |
DescriptorCommand(String service,
String method,
String marshallerFormat,
Object... arguments) |
DescriptorCommand(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 DescriptorCommand()
public DescriptorCommand(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–2019 JBoss by Red Hat. All rights reserved.