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