public class WSService extends Object implements BpmnInterfaceImplementation
BpmnInterface
Modifier and Type | Field and Description |
---|---|
protected SyncWebServiceClient |
client |
protected String |
location |
protected String |
name |
protected Map<String,WSOperation> |
operations |
protected String |
wsdlLocation |
Constructor and Description |
---|
WSService(String name,
String location,
String wsdlLocation) |
WSService(String name,
String location,
SyncWebServiceClient client) |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(WSOperation operation) |
String |
getLocation() |
String |
getName() |
protected String name
protected String location
protected Map<String,WSOperation> operations
protected String wsdlLocation
protected SyncWebServiceClient client
public WSService(String name, String location, SyncWebServiceClient client)
public void addOperation(WSOperation operation)
public String getName()
getName
in interface BpmnInterfaceImplementation
public String getLocation()
Copyright © 2016 Alfresco. All rights reserved.