org.activiti.engine.impl.bpmn.webservice
接口 OperationImplementation

所有已知实现类:
WSOperation

public interface OperationImplementation

Represents an implementation of a Operation

作者:
Esteban Robles Luna

方法摘要
 String getId()
           
 String getName()
           
 MessageInstance sendFor(MessageInstance message, Operation operation)
          Sends the message on behalf of operation
 

方法详细信息

getId

String getId()
返回:
the id of this implementation

getName

String getName()
返回:
the name of this implementation

sendFor

MessageInstance sendFor(MessageInstance message,
                        Operation operation)
Sends the message on behalf of operation

参数:
message - the message to be sent
operation - the operation that is interested on sending the message
返回:
the resulting message


Copyright © 2013 Alfresco. All rights reserved.