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) |
public String getId()
getId
in interface OperationImplementation
public String getName()
getName
in interface OperationImplementation
public MessageInstance sendFor(MessageInstance message, Operation operation)
sendFor
in interface OperationImplementation
public WSService getService()
Copyright © 2015 Alfresco. All rights reserved.