| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.parser | |
| org.flowable.engine.impl.webservice |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WSService> |
WebServiceActivityBehavior.wsServiceMap |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WSService> |
WebServiceActivityBehavior.wsServiceMap |
| Modifier and Type | Method and Description |
|---|---|
Map<String,WSService> |
XMLImporter.getServices() |
| Modifier and Type | Field and Description |
|---|---|
protected WSService |
WSOperation.service |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WSService> |
WSDLImporter.wsServices |
protected Map<String,WSService> |
CxfWSDLImporter.wsServices |
| Modifier and Type | Method and Description |
|---|---|
WSService |
WSOperation.getService() |
protected WSService |
WSDLImporter.importService(javax.wsdl.Service service)
Imports the service from the WSDL service definition
|
protected WSService |
CxfWSDLImporter.importService(org.apache.cxf.service.model.ServiceInfo service) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,WSService> |
WSDLImporter.getServices() |
Map<String,WSService> |
CxfWSDLImporter.getServices() |
| Modifier and Type | Method and Description |
|---|---|
protected WSOperation |
CxfWSDLImporter.importOperation(org.apache.cxf.service.model.OperationInfo operation,
WSService service) |
protected WSOperation |
WSDLImporter.processOperation(javax.wsdl.Operation wsOperation,
WSService service) |
| Constructor and Description |
|---|
WSOperation(String id,
String operationName,
WSService service) |
Copyright © 2023 Flowable. All rights reserved.