站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

MapUtils (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.transport.jms
Class MapUtils

java.lang.Object
  extended byorg.apache.axis.transport.jms.MapUtils

public class MapUtils
extends Object

MapUtils provides convenience methods for accessing a java.util.Map

Author:
Jaime Meritt (jmeritt@sonicsoftware.com), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)

Constructor Summary
MapUtils()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapUtils

public MapUtils()
Method Detail

removeIntProperty

public static int removeIntProperty(Map properties,
                                    String key,
                                    int defaultValue)
Returns an int property from a Map and removes it.

Parameters:
properties -
key -
defaultValue -
Returns:

removeLongProperty

public static long removeLongProperty(Map properties,
                                      String key,
                                      long defaultValue)
Returns a long property from a Map and removes it.

Parameters:
properties -
key -
defaultValue -
Returns:

removeStringProperty

public static String removeStringProperty(Map properties,
                                          String key,
                                          String defaultValue)
Returns a String property from a Map and removes it.

Parameters:
properties -
key -
defaultValue -
Returns:

removeBooleanProperty

public static boolean removeBooleanProperty(Map properties,
                                            String key,
                                            boolean defaultValue)
Returns a boolean property from a Map and removes it.

Parameters:
properties -
key -
defaultValue -
Returns:

removeObjectProperty

public static Object removeObjectProperty(Map properties,
                                          String key,
                                          Object defaultValue)
Returns an Object property from a Map and removes it.

Parameters:
properties -
key -
defaultValue -
Returns:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.