Uses of Class
org.wso2.carbon.statistics.stub.types.other.Map
-
-
Uses of Map in org.wso2.carbon.statistics.stub.types.axis2.clustering
Fields in org.wso2.carbon.statistics.stub.types.axis2.clustering declared as Map Modifier and Type Field Description protected MapStateManager. localReplicationExcludePatternsfield for ReplicationExcludePatternsMethods in org.wso2.carbon.statistics.stub.types.axis2.clustering that return Map Modifier and Type Method Description MapStateManager. getReplicationExcludePatterns()Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.clustering with parameters of type Map Modifier and Type Method Description voidStateManager. setReplicationExcludePatterns(Map param)Auto generated setter method -
Uses of Map in org.wso2.carbon.statistics.stub.types.axis2.description
Fields in org.wso2.carbon.statistics.stub.types.axis2.description declared as Map Modifier and Type Field Description protected MapTypeTable. localComplexSchemaMapfield for ComplexSchemaMapprotected MapAxisService. localEndpointsfield for Endpointsprotected MapAxisService. localNamespaceMapfield for NamespaceMapprotected MapAxisService. localNameSpacesMapfield for NameSpacesMapprotected MapAxisService. localP2NMapfield for P2NMapprotected MapAxisService. localSchemaMappingTablefield for SchemaMappingTableMethods in org.wso2.carbon.statistics.stub.types.axis2.description that return Map Modifier and Type Method Description MapTypeTable. getComplexSchemaMap()Auto generated getter methodMapAxisService. getEndpoints()Auto generated getter methodMapAxisService. getNamespaceMap()Auto generated getter methodMapAxisService. getNameSpacesMap()Auto generated getter methodMapAxisService. getP2NMap()Auto generated getter methodMapAxisService. getSchemaMappingTable()Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.description with parameters of type Map Modifier and Type Method Description voidTypeTable. setComplexSchemaMap(Map param)Auto generated setter methodvoidAxisService. setEndpoints(Map param)Auto generated setter methodvoidAxisService. setNamespaceMap(Map param)Auto generated setter methodvoidAxisService. setNameSpacesMap(Map param)Auto generated setter methodvoidAxisService. setP2NMap(Map param)Auto generated setter methodvoidAxisService. setSchemaMappingTable(Map param)Auto generated setter method -
Uses of Map in org.wso2.carbon.statistics.stub.types.axis2.engine
Fields in org.wso2.carbon.statistics.stub.types.axis2.engine declared as Map Modifier and Type Field Description protected MapAxisConfiguration. localFaultyServicesDuetoModulesfield for FaultyServicesDuetoModulesMethods in org.wso2.carbon.statistics.stub.types.axis2.engine that return Map Modifier and Type Method Description MapAxisConfiguration. getFaultyServicesDuetoModules()Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.engine with parameters of type Map Modifier and Type Method Description voidAxisConfiguration. setFaultyServicesDuetoModules(Map param)Auto generated setter method -
Uses of Map in org.wso2.carbon.statistics.stub.types.other
Methods in org.wso2.carbon.statistics.stub.types.other that return Map Modifier and Type Method Description static MapMap.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-