/** * SecuritySynProtectionBindingStub.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.radware.defenseflow.dp.pojos.Security.SynProtection; public class SecuritySynProtectionBindingStub extends org.apache.axis.client.Stub implements com.radware.defenseflow.dp.pojos.Security.SynProtection.SecuritySynProtectionPortType { private java.util.Vector cachedSerClasses = new java.util.Vector(); private java.util.Vector cachedSerQNames = new java.util.Vector(); private java.util.Vector cachedSerFactories = new java.util.Vector(); private java.util.Vector cachedDeserFactories = new java.util.Vector(); static org.apache.axis.description.OperationDesc [] _operations; static { _operations = new org.apache.axis.description.OperationDesc[45]; _initOperationDesc1(); _initOperationDesc2(); _initOperationDesc3(); _initOperationDesc4(); _initOperationDesc5(); } private static void _initOperationDesc1(){ org.apache.axis.description.OperationDesc oper; org.apache.axis.description.ParameterDesc param; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_SSLMitigationAlteonStatus"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonStatus")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[0] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_SSLMitigationAlteonStatus"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonStatus"), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[1] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_TrackingTime"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "long_10")); oper.setReturnClass(long.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[2] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_TrackingTime"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "long_10"), long.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[3] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_Status"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "Status")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.Status.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[4] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_Status"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "Status"), com.radware.defenseflow.dp.pojos.Security.SynProtection.Status.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[5] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false); oper.addParameter(param); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); oper.setReturnQName(new javax.xml.namespace.QName("", "entry")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[6] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getFirst_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[7] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getNext_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[8] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getAll_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "table"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntryArray"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry[].class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "status"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"), boolean.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[9] = oper; } private static void _initOperationDesc2(){ org.apache.axis.description.OperationDesc oper; org.apache.axis.description.ParameterDesc param; oper = new org.apache.axis.description.OperationDesc(); oper.setName("create_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[10] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("delete_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[11] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("update_rsIDSynSSLMitigationEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[12] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_SSLMitigationAlteonPortsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Index"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class); oper.setReturnQName(new javax.xml.namespace.QName("", "entry")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[13] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getFirst_SSLMitigationAlteonPortsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Index"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[14] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getNext_SSLMitigationAlteonPortsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Index"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[15] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getAll_SSLMitigationAlteonPortsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "table"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntryArray"), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry[].class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "status"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"), boolean.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[16] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("update_SSLMitigationAlteonPortsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[17] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "key"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class, false, false); oper.addParameter(param); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); oper.setReturnQName(new javax.xml.namespace.QName("", "entry")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[18] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getFirst_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[19] = oper; } private static void _initOperationDesc3(){ org.apache.axis.description.OperationDesc oper; org.apache.axis.description.ParameterDesc param; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getNext_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "key"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[20] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getAll_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "table"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryArray"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry[].class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "status"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"), boolean.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[21] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("create_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[22] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("delete_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "key"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[23] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("update_rsIDSSynProfilesEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[24] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_SSLMitigationAlteonMngIP"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "string_256")); oper.setReturnClass(java.lang.String.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[25] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_SSLMitigationAlteonMngIP"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "string_256"), java.lang.String.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[26] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_RetransmitMaxTime"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "long_2_15")); oper.setReturnClass(long.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[27] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_RetransmitMaxTime"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "long_2_15"), long.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[28] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "ID"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); oper.setReturnQName(new javax.xml.namespace.QName("", "entry")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[29] = oper; } private static void _initOperationDesc4(){ org.apache.axis.description.OperationDesc oper; org.apache.axis.description.ParameterDesc param; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getFirst_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "ID"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[30] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getNext_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "ID"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[31] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getAll_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "table"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUserArray"), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser[].class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "status"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"), boolean.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[32] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("create_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[33] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("delete_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "ID"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[34] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("update_AttacksUser"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[35] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_RetransmitMinTime"); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "long_2_15")); oper.setReturnClass(long.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[36] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_RetransmitMinTime"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "long_2_15"), long.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[37] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_rsIDSSynProfilesParamsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "string_1_29"), java.lang.String.class, false, false); oper.addParameter(param); oper.setReturnType(new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry")); oper.setReturnClass(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class); oper.setReturnQName(new javax.xml.namespace.QName("", "entry")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[38] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getFirst_rsIDSSynProfilesParamsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "string_1_29"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[39] = oper; } private static void _initOperationDesc5(){ org.apache.axis.description.OperationDesc oper; org.apache.axis.description.ParameterDesc param; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getNext_rsIDSSynProfilesParamsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "Name"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("radware.Security.SynProtection", "string_1_29"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_key"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "string_1_29"), java.lang.String.class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "next_entry"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[40] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("getAll_rsIDSSynProfilesParamsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "table"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntryArray"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry[].class, false, false); oper.addParameter(param); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "status"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"), boolean.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[41] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("update_rsIDSSynProfilesParamsEntry"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "entry"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry"), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[42] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("get_SSLMitigationAlteonSnmpAlertPort"); oper.setReturnType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long")); oper.setReturnClass(long.class); oper.setReturnQName(new javax.xml.namespace.QName("", "value")); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[43] = oper; oper = new org.apache.axis.description.OperationDesc(); oper.setName("set_SSLMitigationAlteonSnmpAlertPort"); param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "value"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"), long.class, false, false); oper.addParameter(param); oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); oper.setStyle(org.apache.axis.constants.Style.RPC); oper.setUse(org.apache.axis.constants.Use.ENCODED); _operations[44] = oper; } public SecuritySynProtectionBindingStub() throws org.apache.axis.AxisFault { this(null); } public SecuritySynProtectionBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault { this(service); super.cachedEndpoint = endpointURL; } public SecuritySynProtectionBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault { if (service == null) { super.service = new org.apache.axis.client.Service(); } else { super.service = service; } ((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.1"); java.lang.Class cls; javax.xml.namespace.QName qName; javax.xml.namespace.QName qName2; java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class; java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class; java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class; java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class; java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class; java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class; java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class; java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class; java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class; java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class; qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser_AttackType"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser_AttackType.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser_PacketReport"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser_PacketReport.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser_Risk"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser_Risk.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUserArray"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser[].class; cachedSerClasses.add(cls); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "AttacksUser"); qName2 = null; cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory()); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "long_10"); cachedSerQNames.add(qName); cls = long.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "long_150000"); cachedSerQNames.add(qName); cls = long.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "long_2_15"); cachedSerQNames.add(qName); cls = long.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "MacAddress"); cachedSerQNames.add(qName); cls = java.lang.String.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry_ProfileType"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry_ProfileType.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryArray"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry[].class; cachedSerClasses.add(cls); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntry"); qName2 = null; cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory()); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesEntryKey"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry_authenticationMethod"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry_authenticationMethod.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry_HttpAuthenticationMethod"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry_HttpAuthenticationMethod.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry_HttpAuthenticationStatus"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry_HttpAuthenticationStatus.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry_TCPResetStatus"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry_TCPResetStatus.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntryArray"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry[].class; cachedSerClasses.add(cls); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSSynProfilesParamsEntry"); qName2 = null; cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory()); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry_State"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry_State.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntryArray"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry[].class; cachedSerClasses.add(cls); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "rsIDSynSSLMitigationEntry"); qName2 = null; cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory()); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntryArray"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry[].class; cachedSerClasses.add(cls); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonPortsEntry"); qName2 = null; cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory()); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "SSLMitigationAlteonStatus"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "Status"); cachedSerQNames.add(qName); cls = com.radware.defenseflow.dp.pojos.Security.SynProtection.Status.class; cachedSerClasses.add(cls); cachedSerFactories.add(enumsf); cachedDeserFactories.add(enumdf); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "string_1_29"); cachedSerQNames.add(qName); cls = java.lang.String.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "string_256"); cachedSerQNames.add(qName); cls = java.lang.String.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); qName = new javax.xml.namespace.QName("radware.Security.SynProtection", "string_30"); cachedSerQNames.add(qName); cls = java.lang.String.class; cachedSerClasses.add(cls); cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName)); cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName)); } protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException { try { org.apache.axis.client.Call _call = super._createCall(); if (super.maintainSessionSet) { _call.setMaintainSession(super.maintainSession); } if (super.cachedUsername != null) { _call.setUsername(super.cachedUsername); } if (super.cachedPassword != null) { _call.setPassword(super.cachedPassword); } if (super.cachedEndpoint != null) { _call.setTargetEndpointAddress(super.cachedEndpoint); } if (super.cachedTimeout != null) { _call.setTimeout(super.cachedTimeout); } if (super.cachedPortName != null) { _call.setPortName(super.cachedPortName); } java.util.Enumeration keys = super.cachedProperties.keys(); while (keys.hasMoreElements()) { java.lang.String key = (java.lang.String) keys.nextElement(); _call.setProperty(key, super.cachedProperties.get(key)); } // All the type mapping information is registered // when the first call is made. // The type mapping information is actually registered in // the TypeMappingRegistry of the service, which // is the reason why registration is only needed for the first call. synchronized (this) { if (firstCall()) { // must set encoding style before registering serializers _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setEncodingStyle(org.apache.axis.Constants.URI_SOAP11_ENC); for (int i = 0; i < cachedSerFactories.size(); ++i) { java.lang.Class cls = (java.lang.Class) cachedSerClasses.get(i); javax.xml.namespace.QName qName = (javax.xml.namespace.QName) cachedSerQNames.get(i); java.lang.Object x = cachedSerFactories.get(i); if (x instanceof Class) { java.lang.Class sf = (java.lang.Class) cachedSerFactories.get(i); java.lang.Class df = (java.lang.Class) cachedDeserFactories.get(i); _call.registerTypeMapping(cls, qName, sf, df, false); } else if (x instanceof javax.xml.rpc.encoding.SerializerFactory) { org.apache.axis.encoding.SerializerFactory sf = (org.apache.axis.encoding.SerializerFactory) cachedSerFactories.get(i); org.apache.axis.encoding.DeserializerFactory df = (org.apache.axis.encoding.DeserializerFactory) cachedDeserFactories.get(i); _call.registerTypeMapping(cls, qName, sf, df, false); } } } } return _call; } catch (java.lang.Throwable _t) { throw new org.apache.axis.AxisFault("Failure trying to get the Call object", _t); } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus get_SSLMitigationAlteonStatus() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[0]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_SSLMitigationAlteonStatus")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_SSLMitigationAlteonStatus(com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonStatus value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[1]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_SSLMitigationAlteonStatus")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public long get_TrackingTime() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[2]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_TrackingTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return ((java.lang.Long) _resp).longValue(); } catch (java.lang.Exception _exception) { return ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_resp, long.class)).longValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_TrackingTime(long value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[3]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_TrackingTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(value)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.Status get_Status() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[4]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_Status")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.Status) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.Status) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.Status.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_Status(com.radware.defenseflow.dp.pojos.Security.SynProtection.Status value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[5]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_Status")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry get_rsIDSynSSLMitigationEntry(java.lang.String name) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[6]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {name}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getFirst_rsIDSynSSLMitigationEntry(javax.xml.rpc.holders.StringHolder name, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSynSSLMitigationEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[7]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getFirst_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { name.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "Name")); } catch (java.lang.Exception _exception) { name.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "Name")), java.lang.String.class); } try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getNext_rsIDSynSSLMitigationEntry(java.lang.String name, javax.xml.rpc.holders.StringHolder next_key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSynSSLMitigationEntryHolder next_entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[8]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getNext_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {name}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { next_key.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "next_key")); } catch (java.lang.Exception _exception) { next_key.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_key")), java.lang.String.class); } try { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) _output.get(new javax.xml.namespace.QName("", "next_entry")); } catch (java.lang.Exception _exception) { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getAll_rsIDSynSSLMitigationEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSynSSLMitigationEntryArrayHolder table, javax.xml.rpc.holders.BooleanHolder status) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[9]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getAll_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry[]) _output.get(new javax.xml.namespace.QName("", "table")); } catch (java.lang.Exception _exception) { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "table")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry[].class); } try { status.value = ((java.lang.Boolean) _output.get(new javax.xml.namespace.QName("", "status"))).booleanValue(); } catch (java.lang.Exception _exception) { status.value = ((java.lang.Boolean) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "status")), boolean.class)).booleanValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void create_rsIDSynSSLMitigationEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSynSSLMitigationEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[10]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "create_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void delete_rsIDSynSSLMitigationEntry(java.lang.String name) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[11]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "delete_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {name}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void update_rsIDSynSSLMitigationEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSynSSLMitigationEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[12]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "update_rsIDSynSSLMitigationEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSynSSLMitigationEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry get_SSLMitigationAlteonPortsEntry(long index) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[13]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_SSLMitigationAlteonPortsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(index)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getFirst_SSLMitigationAlteonPortsEntry(javax.xml.rpc.holders.LongHolder index, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.SSLMitigationAlteonPortsEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[14]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getFirst_SSLMitigationAlteonPortsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { index.value = ((java.lang.Long) _output.get(new javax.xml.namespace.QName("", "Index"))).longValue(); } catch (java.lang.Exception _exception) { index.value = ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "Index")), long.class)).longValue(); } try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getNext_SSLMitigationAlteonPortsEntry(long index, javax.xml.rpc.holders.LongHolder next_key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.SSLMitigationAlteonPortsEntryHolder next_entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[15]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getNext_SSLMitigationAlteonPortsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(index)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { next_key.value = ((java.lang.Long) _output.get(new javax.xml.namespace.QName("", "next_key"))).longValue(); } catch (java.lang.Exception _exception) { next_key.value = ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_key")), long.class)).longValue(); } try { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) _output.get(new javax.xml.namespace.QName("", "next_entry")); } catch (java.lang.Exception _exception) { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getAll_SSLMitigationAlteonPortsEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.SSLMitigationAlteonPortsEntryArrayHolder table, javax.xml.rpc.holders.BooleanHolder status) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[16]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getAll_SSLMitigationAlteonPortsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry[]) _output.get(new javax.xml.namespace.QName("", "table")); } catch (java.lang.Exception _exception) { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "table")), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry[].class); } try { status.value = ((java.lang.Boolean) _output.get(new javax.xml.namespace.QName("", "status"))).booleanValue(); } catch (java.lang.Exception _exception) { status.value = ((java.lang.Boolean) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "status")), boolean.class)).booleanValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void update_SSLMitigationAlteonPortsEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.SSLMitigationAlteonPortsEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[17]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "update_SSLMitigationAlteonPortsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.SSLMitigationAlteonPortsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry get_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey key) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[18]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {key}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getFirst_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryKeyHolder key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[19]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getFirst_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { key.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey) _output.get(new javax.xml.namespace.QName("", "key")); } catch (java.lang.Exception _exception) { key.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "key")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class); } try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getNext_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryKeyHolder next_key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryHolder next_entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[20]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getNext_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {key}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { next_key.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey) _output.get(new javax.xml.namespace.QName("", "next_key")); } catch (java.lang.Exception _exception) { next_key.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_key")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey.class); } try { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) _output.get(new javax.xml.namespace.QName("", "next_entry")); } catch (java.lang.Exception _exception) { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getAll_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryArrayHolder table, javax.xml.rpc.holders.BooleanHolder status) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[21]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getAll_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry[]) _output.get(new javax.xml.namespace.QName("", "table")); } catch (java.lang.Exception _exception) { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "table")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry[].class); } try { status.value = ((java.lang.Boolean) _output.get(new javax.xml.namespace.QName("", "status"))).booleanValue(); } catch (java.lang.Exception _exception) { status.value = ((java.lang.Boolean) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "status")), boolean.class)).booleanValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void create_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[22]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "create_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void delete_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntryKey key) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[23]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "delete_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {key}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void update_rsIDSSynProfilesEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[24]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "update_rsIDSSynProfilesEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public java.lang.String get_SSLMitigationAlteonMngIP() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[25]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_SSLMitigationAlteonMngIP")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (java.lang.String) _resp; } catch (java.lang.Exception _exception) { return (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_resp, java.lang.String.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_SSLMitigationAlteonMngIP(java.lang.String value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[26]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_SSLMitigationAlteonMngIP")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public long get_RetransmitMaxTime() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[27]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_RetransmitMaxTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return ((java.lang.Long) _resp).longValue(); } catch (java.lang.Exception _exception) { return ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_resp, long.class)).longValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_RetransmitMaxTime(long value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[28]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_RetransmitMaxTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(value)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser get_AttacksUser(long ID) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[29]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(ID)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getFirst_AttacksUser(javax.xml.rpc.holders.LongHolder ID, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.AttacksUserHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[30]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getFirst_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { ID.value = ((java.lang.Long) _output.get(new javax.xml.namespace.QName("", "ID"))).longValue(); } catch (java.lang.Exception _exception) { ID.value = ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "ID")), long.class)).longValue(); } try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getNext_AttacksUser(long ID, javax.xml.rpc.holders.LongHolder next_key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.AttacksUserHolder next_entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[31]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getNext_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(ID)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { next_key.value = ((java.lang.Long) _output.get(new javax.xml.namespace.QName("", "next_key"))).longValue(); } catch (java.lang.Exception _exception) { next_key.value = ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_key")), long.class)).longValue(); } try { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) _output.get(new javax.xml.namespace.QName("", "next_entry")); } catch (java.lang.Exception _exception) { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getAll_AttacksUser(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.AttacksUserArrayHolder table, javax.xml.rpc.holders.BooleanHolder status) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[32]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getAll_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser[]) _output.get(new javax.xml.namespace.QName("", "table")); } catch (java.lang.Exception _exception) { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "table")), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser[].class); } try { status.value = ((java.lang.Boolean) _output.get(new javax.xml.namespace.QName("", "status"))).booleanValue(); } catch (java.lang.Exception _exception) { status.value = ((java.lang.Boolean) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "status")), boolean.class)).booleanValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void create_AttacksUser(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.AttacksUserHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[33]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "create_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void delete_AttacksUser(long ID) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[34]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "delete_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(ID)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void update_AttacksUser(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.AttacksUserHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[35]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "update_AttacksUser")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.AttacksUser.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public long get_RetransmitMinTime() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[36]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_RetransmitMinTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return ((java.lang.Long) _resp).longValue(); } catch (java.lang.Exception _exception) { return ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_resp, long.class)).longValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_RetransmitMinTime(long value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[37]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_RetransmitMinTime")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(value)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry get_rsIDSSynProfilesParamsEntry(java.lang.String name) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[38]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_rsIDSSynProfilesParamsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {name}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) _resp; } catch (java.lang.Exception _exception) { return (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) org.apache.axis.utils.JavaUtils.convert(_resp, com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getFirst_rsIDSSynProfilesParamsEntry(javax.xml.rpc.holders.StringHolder name, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesParamsEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[39]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getFirst_rsIDSSynProfilesParamsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { name.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "Name")); } catch (java.lang.Exception _exception) { name.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "Name")), java.lang.String.class); } try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getNext_rsIDSSynProfilesParamsEntry(java.lang.String name, javax.xml.rpc.holders.StringHolder next_key, com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesParamsEntryHolder next_entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[40]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getNext_rsIDSSynProfilesParamsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {name}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { next_key.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "next_key")); } catch (java.lang.Exception _exception) { next_key.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_key")), java.lang.String.class); } try { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) _output.get(new javax.xml.namespace.QName("", "next_entry")); } catch (java.lang.Exception _exception) { next_entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "next_entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void getAll_rsIDSSynProfilesParamsEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesParamsEntryArrayHolder table, javax.xml.rpc.holders.BooleanHolder status) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[41]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "getAll_rsIDSSynProfilesParamsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry[]) _output.get(new javax.xml.namespace.QName("", "table")); } catch (java.lang.Exception _exception) { table.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "table")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry[].class); } try { status.value = ((java.lang.Boolean) _output.get(new javax.xml.namespace.QName("", "status"))).booleanValue(); } catch (java.lang.Exception _exception) { status.value = ((java.lang.Boolean) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "status")), boolean.class)).booleanValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void update_rsIDSSynProfilesParamsEntry(com.radware.defenseflow.dp.pojos.Security.SynProtection.holders.RsIDSSynProfilesParamsEntryHolder entry) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[42]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "update_rsIDSSynProfilesParamsEntry")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {entry.value}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); java.util.Map _output; _output = _call.getOutputParams(); try { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) _output.get(new javax.xml.namespace.QName("", "entry")); } catch (java.lang.Exception _exception) { entry.value = (com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "entry")), com.radware.defenseflow.dp.pojos.Security.SynProtection.RsIDSSynProfilesParamsEntry.class); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public long get_SSLMitigationAlteonSnmpAlertPort() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[43]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "get_SSLMitigationAlteonSnmpAlertPort")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } else { extractAttachments(_call); try { return ((java.lang.Long) _resp).longValue(); } catch (java.lang.Exception _exception) { return ((java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_resp, long.class)).longValue(); } } } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } public void set_SSLMitigationAlteonSnmpAlertPort(long value) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[44]); _call.setUseSOAPAction(true); _call.setSOAPActionURI("SecuritySynProtectionAction"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("radware.Security.SynProtection", "set_SSLMitigationAlteonSnmpAlertPort")); setRequestHeaders(_call); setAttachments(_call); try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {new java.lang.Long(value)}); if (_resp instanceof java.rmi.RemoteException) { throw (java.rmi.RemoteException)_resp; } extractAttachments(_call); } catch (org.apache.axis.AxisFault axisFaultException) { throw axisFaultException; } } }