Class WSOperation
- java.lang.Object
-
- org.activiti.engine.impl.webservice.WSOperation
-
- All Implemented Interfaces:
OperationImplementation
@Deprecated public class WSOperation extends Object implements OperationImplementation
Deprecated.Represents a WS implementation of aOperation
-
-
Constructor Summary
Constructors Constructor Description WSOperation(String id, String operationName, WSService service)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetId()Deprecated.StringgetName()Deprecated.WSServicegetService()Deprecated.MessageInstancesendFor(MessageInstance message, Operation operation, ConcurrentMap<QName,URL> overridenEndpointAddresses)Deprecated.Sends the message on behalf of operation
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.- Specified by:
getIdin interfaceOperationImplementation- Returns:
- the id of this implementation
-
getName
public String 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 Exception
Deprecated.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
public WSService getService()
Deprecated.
-
-