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 Map
StateManager. localReplicationExcludePatterns
field for ReplicationExcludePatternsMethods in org.wso2.carbon.statistics.stub.types.axis2.clustering that return Map Modifier and Type Method Description Map
StateManager. getReplicationExcludePatterns()
Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.clustering with parameters of type Map Modifier and Type Method Description void
StateManager. 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 Map
TypeTable. localComplexSchemaMap
field for ComplexSchemaMapprotected Map
AxisService. localEndpoints
field for Endpointsprotected Map
AxisService. localNamespaceMap
field for NamespaceMapprotected Map
AxisService. localNameSpacesMap
field for NameSpacesMapprotected Map
AxisService. localP2NMap
field for P2NMapprotected Map
AxisService. localSchemaMappingTable
field for SchemaMappingTableMethods in org.wso2.carbon.statistics.stub.types.axis2.description that return Map Modifier and Type Method Description Map
TypeTable. getComplexSchemaMap()
Auto generated getter methodMap
AxisService. getEndpoints()
Auto generated getter methodMap
AxisService. getNamespaceMap()
Auto generated getter methodMap
AxisService. getNameSpacesMap()
Auto generated getter methodMap
AxisService. getP2NMap()
Auto generated getter methodMap
AxisService. getSchemaMappingTable()
Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.description with parameters of type Map Modifier and Type Method Description void
TypeTable. setComplexSchemaMap(Map param)
Auto generated setter methodvoid
AxisService. setEndpoints(Map param)
Auto generated setter methodvoid
AxisService. setNamespaceMap(Map param)
Auto generated setter methodvoid
AxisService. setNameSpacesMap(Map param)
Auto generated setter methodvoid
AxisService. setP2NMap(Map param)
Auto generated setter methodvoid
AxisService. 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 Map
AxisConfiguration. localFaultyServicesDuetoModules
field for FaultyServicesDuetoModulesMethods in org.wso2.carbon.statistics.stub.types.axis2.engine that return Map Modifier and Type Method Description Map
AxisConfiguration. getFaultyServicesDuetoModules()
Auto generated getter methodMethods in org.wso2.carbon.statistics.stub.types.axis2.engine with parameters of type Map Modifier and Type Method Description void
AxisConfiguration. 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 Map
Map.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
-