Package org.wso2.carbon.endpoint.service
Class EndpointSynchronizeRequest
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.ClusteringMessage
-
- org.wso2.carbon.endpoint.service.EndpointSynchronizeRequest
-
- All Implemented Interfaces:
Serializable
public class EndpointSynchronizeRequest extends org.apache.axis2.clustering.ClusteringMessage
This class is used to switch on and off endpoints- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndpointSynchronizeRequest.EndpointOperationType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.axis2.context.ConfigurationContext configurationContext)
Function to switch on/off endpointsorg.apache.axis2.clustering.ClusteringCommand
getResponse()
String
toString()
Function used to print its class variables
-
-
-
Method Detail
-
getResponse
public org.apache.axis2.clustering.ClusteringCommand getResponse()
- Specified by:
getResponse
in classorg.apache.axis2.clustering.ClusteringMessage
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFault
Function to switch on/off endpoints- Specified by:
execute
in classorg.apache.axis2.clustering.ClusteringCommand
- Parameters:
configurationContext
-- Throws:
org.apache.axis2.clustering.ClusteringFault
-
-