Class WSService
- java.lang.Object
-
- org.activiti.engine.impl.webservice.WSService
-
- All Implemented Interfaces:
BpmnInterfaceImplementation
@Deprecated public class WSService extends Object implements BpmnInterfaceImplementation
Deprecated.Represents a WS implementation of aBpmnInterface
-
-
Field Summary
Fields Modifier and Type Field Description protected SyncWebServiceClientclientDeprecated.protected StringlocationDeprecated.protected StringnameDeprecated.protected Map<String,WSOperation>operationsDeprecated.protected StringwsdlLocationDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddOperation(WSOperation operation)Deprecated.StringgetLocation()Deprecated.StringgetName()Deprecated.
-
-
-
Field Detail
-
name
protected String name
Deprecated.
-
location
protected String location
Deprecated.
-
operations
protected Map<String,WSOperation> operations
Deprecated.
-
wsdlLocation
protected String wsdlLocation
Deprecated.
-
client
protected SyncWebServiceClient client
Deprecated.
-
-
Method Detail
-
addOperation
public void addOperation(WSOperation operation)
Deprecated.
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceBpmnInterfaceImplementation- Returns:
- the name of this implementation
-
getLocation
public String getLocation()
Deprecated.
-
-