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 OperationImplementation
public String getName()
getName
in interface OperationImplementation
public MessageInstance sendFor(MessageInstance message, Operation operation)
sendFor
in interface OperationImplementation
message
- the message to be sentoperation
- the operation that is interested on sending the messagepublic WSService getService()
Copyright © 2015. All rights reserved.