Uses of Class
org.wso2.carbon.mediators.throttle.admin.stub.types.ThrottlePolicy
-
Packages that use ThrottlePolicy Package Description org.wso2.carbon.mediators.throttle.admin.stub org.wso2.carbon.mediators.throttle.admin.stub.types -
-
Uses of ThrottlePolicy in org.wso2.carbon.mediators.throttle.admin.stub
Fields in org.wso2.carbon.mediators.throttle.admin.stub declared as ThrottlePolicy Modifier and Type Field Description protected ThrottlePolicy
GetGlobalPolicyConfigsResponse. local_return
field for _returnprotected ThrottlePolicy
GetOperationPolicyConfigsResponse. local_return
field for _returnprotected ThrottlePolicy
GetPolicyConfigsResponse. local_return
field for _returnprotected ThrottlePolicy
ToThrottlePolicyResponse. local_return
field for _returnprotected ThrottlePolicy
EnableThrottling. localPolicy
field for Policyprotected ThrottlePolicy
EngageThrottlingForOperation. localPolicy
field for Policyprotected ThrottlePolicy
GloballyEngageThrottling. localPolicy
field for Policyprotected ThrottlePolicy
ThrottlePolicyToString. localPolicy
field for PolicyMethods in org.wso2.carbon.mediators.throttle.admin.stub that return ThrottlePolicy Modifier and Type Method Description ThrottlePolicy
GetGlobalPolicyConfigsResponse. get_return()
Auto generated getter methodThrottlePolicy
GetOperationPolicyConfigsResponse. get_return()
Auto generated getter methodThrottlePolicy
GetPolicyConfigsResponse. get_return()
Auto generated getter methodThrottlePolicy
ToThrottlePolicyResponse. get_return()
Auto generated getter methodThrottlePolicy
ThrottleAdminService. getGlobalPolicyConfigs()
Auto generated method signatureThrottlePolicy
ThrottleAdminServiceStub. getGlobalPolicyConfigs()
Auto generated method signatureThrottlePolicy
ThrottleAdminService. getOperationPolicyConfigs(String serviceName53, String operationName54)
Auto generated method signatureThrottlePolicy
ThrottleAdminServiceStub. getOperationPolicyConfigs(String serviceName92, String operationName93)
Auto generated method signatureThrottlePolicy
EnableThrottling. getPolicy()
Auto generated getter methodThrottlePolicy
EngageThrottlingForOperation. getPolicy()
Auto generated getter methodThrottlePolicy
GloballyEngageThrottling. getPolicy()
Auto generated getter methodThrottlePolicy
ThrottlePolicyToString. getPolicy()
Auto generated getter methodThrottlePolicy
ThrottleAdminService. getPolicyConfigs(String serviceName46)
Auto generated method signatureThrottlePolicy
ThrottleAdminServiceStub. getPolicyConfigs(String serviceName85)
Auto generated method signatureThrottlePolicy
ThrottleAdminService. toThrottlePolicy(String policyXML25)
Auto generated method signatureThrottlePolicy
ThrottleAdminServiceStub. toThrottlePolicy(String policyXML64)
Auto generated method signatureMethods in org.wso2.carbon.mediators.throttle.admin.stub with parameters of type ThrottlePolicy Modifier and Type Method Description void
ThrottleAdminService. enableThrottling(String serviceName38, ThrottlePolicy policy39)
Auto generated method signature for Asynchronous Invocationsvoid
ThrottleAdminServiceStub. enableThrottling(String serviceName77, ThrottlePolicy policy78)
Auto generated method signatureboolean
ThrottleAdminService. engageThrottlingForOperation(ThrottlePolicy policy19, String serviceName20, String operationName21)
Auto generated method signatureboolean
ThrottleAdminServiceStub. engageThrottlingForOperation(ThrottlePolicy policy58, String serviceName59, String operationName60)
Auto generated method signaturevoid
ThrottleAdminService. globallyEngageThrottling(ThrottlePolicy policy41)
Auto generated method signature for Asynchronous Invocationsvoid
ThrottleAdminServiceStub. globallyEngageThrottling(ThrottlePolicy policy80)
Auto generated method signaturevoid
ThrottleAdminServiceCallbackHandler. receiveResultgetGlobalPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getGlobalPolicyConfigs method override this method for handling normal response from getGlobalPolicyConfigs operationvoid
ThrottleAdminServiceCallbackHandler. receiveResultgetOperationPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getOperationPolicyConfigs method override this method for handling normal response from getOperationPolicyConfigs operationvoid
ThrottleAdminServiceCallbackHandler. receiveResultgetPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getPolicyConfigs method override this method for handling normal response from getPolicyConfigs operationvoid
ThrottleAdminServiceCallbackHandler. receiveResulttoThrottlePolicy(ThrottlePolicy result)
auto generated Axis2 call back method for toThrottlePolicy method override this method for handling normal response from toThrottlePolicy operationvoid
GetGlobalPolicyConfigsResponse. set_return(ThrottlePolicy param)
Auto generated setter methodvoid
GetOperationPolicyConfigsResponse. set_return(ThrottlePolicy param)
Auto generated setter methodvoid
GetPolicyConfigsResponse. set_return(ThrottlePolicy param)
Auto generated setter methodvoid
ToThrottlePolicyResponse. set_return(ThrottlePolicy param)
Auto generated setter methodvoid
EnableThrottling. setPolicy(ThrottlePolicy param)
Auto generated setter methodvoid
EngageThrottlingForOperation. setPolicy(ThrottlePolicy param)
Auto generated setter methodvoid
GloballyEngageThrottling. setPolicy(ThrottlePolicy param)
Auto generated setter methodvoid
ThrottlePolicyToString. setPolicy(ThrottlePolicy param)
Auto generated setter methodvoid
ThrottleAdminService. startengageThrottlingForOperation(ThrottlePolicy policy19, String serviceName20, String operationName21, ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
ThrottleAdminServiceStub. startengageThrottlingForOperation(ThrottlePolicy policy58, String serviceName59, String operationName60, ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
ThrottleAdminService. startthrottlePolicyToString(ThrottlePolicy policy34, ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
ThrottleAdminServiceStub. startthrottlePolicyToString(ThrottlePolicy policy73, ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsString
ThrottleAdminService. throttlePolicyToString(ThrottlePolicy policy34)
Auto generated method signatureString
ThrottleAdminServiceStub. throttlePolicyToString(ThrottlePolicy policy73)
Auto generated method signature -
Uses of ThrottlePolicy in org.wso2.carbon.mediators.throttle.admin.stub.types
Methods in org.wso2.carbon.mediators.throttle.admin.stub.types that return ThrottlePolicy Modifier and Type Method Description static ThrottlePolicy
ThrottlePolicy.Factory. parse(XMLStreamReader reader)
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-