Class WSOperation
java.lang.Object
org.activiti.engine.impl.webservice.WSOperation
- All Implemented Interfaces:
OperationImplementation
Deprecated.
Represents a WS implementation of a
Operation-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Deprecated.getName()Deprecated.Deprecated.sendFor(MessageInstance message, Operation operation, ConcurrentMap<QName, URL> overridenEndpointAddresses) Deprecated.Sends the message on behalf of operation
-
Field Details
-
id
Deprecated. -
name
Deprecated. -
service
Deprecated.
-
-
Constructor Details
-
WSOperation
Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getIdin interfaceOperationImplementation- Returns:
- the id of this implementation
-
getName
Deprecated.- Specified by:
getNamein interfaceOperationImplementation- Returns:
- the name of this implementation
-
sendFor
public MessageInstance sendFor(MessageInstance message, Operation operation, ConcurrentMap<QName, URL> overridenEndpointAddresses) throws ExceptionDeprecated.Sends the message on behalf of operation- Specified by:
sendForin interfaceOperationImplementation- Parameters:
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.- Returns:
- the resulting message
- Throws:
Exception
-
getService
Deprecated.
-