Class WSService
- java.lang.Object
-
- org.flowable.engine.impl.webservice.WSService
-
- All Implemented Interfaces:
BpmnInterfaceImplementation
public class WSService extends Object implements BpmnInterfaceImplementation
Represents a WS implementation of aBpmnInterface- Author:
- Esteban Robles Luna
-
-
Field Summary
Fields Modifier and Type Field Description protected SyncWebServiceClientclientprotected Stringlocationprotected Stringnameprotected Map<String,WSOperation>operationsprotected StringwsdlLocation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOperation(WSOperation operation)StringgetLocation()StringgetName()
-
-
-
Field Detail
-
name
protected String name
-
location
protected String location
-
operations
protected Map<String,WSOperation> operations
-
wsdlLocation
protected String wsdlLocation
-
client
protected SyncWebServiceClient client
-
-
Method Detail
-
addOperation
public void addOperation(WSOperation operation)
-
getName
public String getName()
- Specified by:
getNamein interfaceBpmnInterfaceImplementation- Returns:
- the name of this implementation
-
getLocation
public String getLocation()
-
-