public class KieContainerCommandServiceImpl extends Object implements KieContainerCommandService
| Constructor and Description |
|---|
KieContainerCommandServiceImpl(KieServerImpl kieServer,
KieServerRegistry context) |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<String> |
callContainer(String containerId,
String payload,
MarshallingFormat marshallingFormat,
String classType) |
ServiceResponsesList |
executeScript(CommandScript commands,
MarshallingFormat marshallingFormat,
String classType) |
public KieContainerCommandServiceImpl(KieServerImpl kieServer, KieServerRegistry context)
public ServiceResponse<String> callContainer(String containerId, String payload, MarshallingFormat marshallingFormat, String classType)
callContainer in interface KieContainerCommandServicepublic ServiceResponsesList executeScript(CommandScript commands, MarshallingFormat marshallingFormat, String classType)
executeScript in interface KieContainerCommandServiceCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.