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