org.activiti.engine.impl.webservice
类 WSOperation
java.lang.Object
org.activiti.engine.impl.webservice.WSOperation
- 所有已实现的接口:
- OperationImplementation
public class WSOperation
- extends Object
- implements OperationImplementation
Represents a WS implementation of a Operation
- 作者:
- Esteban Robles Luna
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
service
protected WSService service
WSOperation
public WSOperation(String id,
String operationName,
WSService service)
getId
public String getId()
-
- 指定者:
- 接口
OperationImplementation
中的 getId
- 返回:
- the id of this implementation
getName
public String getName()
-
- 指定者:
- 接口
OperationImplementation
中的 getName
- 返回:
- the name of this implementation
sendFor
public MessageInstance sendFor(MessageInstance message,
Operation operation)
- Sends the message on behalf of operation
- 指定者:
- 接口
OperationImplementation
中的 sendFor
- 参数:
message
- the message to be sentoperation
- the operation that is interested on sending the message
- 返回:
- the resulting message
getService
public WSService getService()
Copyright © 2013 Alfresco. All rights reserved.