public interface OperationImplementation
Operation
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
MessageInstance |
sendFor(MessageInstance message,
Operation operation,
ConcurrentMap<QName,URL> overridenEndpointAddresses)
Sends the message on behalf of operation
|
String getId()
String getName()
MessageInstance sendFor(MessageInstance message, Operation operation, ConcurrentMap<QName,URL> overridenEndpointAddresses) throws Exception
message
- the message to be sentoperation
- the operation that is interested on sending the messageoverridenEndpointAddresses
- a not null map of overriden enpoint addresses. The key is the endpoint qualified name.Exception
Copyright © 2016 Alfresco. All rights reserved.