org.activiti.engine.impl.webservice
类 WSService
java.lang.Object
org.activiti.engine.impl.webservice.WSService
- 所有已实现的接口:
- BpmnInterfaceImplementation
public class WSService
- extends Object
- implements BpmnInterfaceImplementation
Represents a WS implementation of a BpmnInterface
- 作者:
- Esteban Robles Luna
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
location
protected String location
operations
protected Map<String,WSOperation> operations
wsdlLocation
protected String wsdlLocation
client
protected SyncWebServiceClient client
WSService
public WSService(String name,
String location,
String wsdlLocation)
WSService
public WSService(String name,
String location,
SyncWebServiceClient client)
addOperation
public void addOperation(WSOperation operation)
getName
public String getName()
-
- 指定者:
- 接口
BpmnInterfaceImplementation
中的 getName
- 返回:
- the name of this implementation
getLocation
public String getLocation()
Copyright © 2013 Alfresco. All rights reserved.