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.ClusteringMessageThis class is used to switch on and off endpoints- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointSynchronizeRequest.EndpointOperationType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.axis2.context.ConfigurationContext configurationContext)Function to switch on/off endpointsorg.apache.axis2.clustering.ClusteringCommandgetResponse()StringtoString()Function used to print its class variables
-
-
-
Method Detail
-
getResponse
public org.apache.axis2.clustering.ClusteringCommand getResponse()
- Specified by:
getResponsein classorg.apache.axis2.clustering.ClusteringMessage
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFaultFunction to switch on/off endpoints- Specified by:
executein classorg.apache.axis2.clustering.ClusteringCommand- Parameters:
configurationContext-- Throws:
org.apache.axis2.clustering.ClusteringFault
-
-