public class WSOperation extends Object implements OperationImplementation
Operation| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected WSService |
service |
| Constructor and Description |
|---|
WSOperation(String id,
String operationName,
WSService service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
WSService |
getService() |
MessageInstance |
sendFor(MessageInstance message,
Operation operation)
Sends the message on behalf of operation
|
public String getId()
getId in interface OperationImplementationpublic String getName()
getName in interface OperationImplementationpublic MessageInstance sendFor(MessageInstance message, Operation operation)
sendFor in interface OperationImplementationmessage - the message to be sentoperation - the operation that is interested on sending the messagepublic WSService getService()
Copyright © 2016 Alfresco. All rights reserved.