com.openexchange.admin.rmi.dataobjects
Class SOAPStringMap

java.lang.Object
  extended by com.openexchange.admin.rmi.dataobjects.SOAPStringMap

public class SOAPStringMap
extends Object


Constructor Summary
SOAPStringMap()
           
 
Method Summary
static SOAPStringMap convertFromMap(Map<String,String> map)
           
static Map<String,String> convertToMap(SOAPStringMap map)
           
 Entry[] getEntries()
           
 void setEntries(Entry[] entries)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPStringMap

public SOAPStringMap()
Method Detail

convertFromMap

public static SOAPStringMap convertFromMap(Map<String,String> map)

convertToMap

public static Map<String,String> convertToMap(SOAPStringMap map)

getEntries

public final Entry[] getEntries()

setEntries

public final void setEntries(Entry[] entries)