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

字段摘要
protected  String id
           
protected  String name
           
protected  WSService service
           
 
构造方法摘要
WSOperation(String id, String operationName, WSService service)
           
 
方法摘要
 String getId()
          
 String getName()
          
 WSService getService()
           
 MessageInstance sendFor(MessageInstance message, Operation operation)
          Sends the message on behalf of operation
 
从类 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 sent
operation - the operation that is interested on sending the message
返回:
the resulting message

getService

public WSService getService()


Copyright © 2013 Alfresco. All rights reserved.