org.apache.axis.transport.jms
public class MapUtils extends Object
Method Summary | |
---|---|
static boolean | removeBooleanProperty(Map properties, String key, boolean defaultValue)
Returns a boolean property from a Map and removes it.
|
static int | removeIntProperty(Map properties, String key, int defaultValue)
Returns an int property from a Map and removes it.
|
static long | removeLongProperty(Map properties, String key, long defaultValue)
Returns a long property from a Map and removes it.
|
static Object | removeObjectProperty(Map properties, String key, Object defaultValue)
Returns an Object property from a Map and removes it.
|
static String | removeStringProperty(Map properties, String key, String defaultValue)
Returns a String property from a Map and removes it.
|
Parameters: properties key defaultValue
Returns:
Parameters: properties key defaultValue
Returns:
Parameters: properties key defaultValue
Returns:
Parameters: properties key defaultValue
Returns:
Parameters: properties key defaultValue
Returns: