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 |
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 © 2015. All rights reserved.