Package org.apache.axis2.clustering
Class ClusteringMessage
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.ClusteringMessage
- All Implemented Interfaces:
Serializable
This is a special ClusteringCommand which is used for messaging. If there is a response,
the response can be retrieved from this command
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
-
Constructor Details
-
ClusteringMessage
public ClusteringMessage()
-
-
Method Details
-
getResponse
Get the response for this message- Returns:
- the response for this message
-