|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.ws.wrappers.BaseWrapper<Map<K,V>>
org.marketcetera.util.ws.wrappers.MapWrapper<K,V>
public class MapWrapper<K,V>
A wrapper for marshalling a map value via JAXB.
| Constructor Summary | |
|---|---|
protected |
MapWrapper()
Creates a new wrapper. |
|
MapWrapper(Map<K,V> map)
Creates a new wrapper for the given map. |
| Method Summary | |
|---|---|
Map<K,V> |
getMap()
Returns the receiver's map. |
void |
setMap(Map<K,V> map)
Sets the receiver's map to the given one. |
| Methods inherited from class org.marketcetera.util.ws.wrappers.BaseWrapper |
|---|
equals, getValue, hashCode, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapWrapper(Map<K,V> map)
map - The map, which may be null.protected MapWrapper()
| Method Detail |
|---|
public void setMap(Map<K,V> map)
map - The map, which may be null.public Map<K,V> getMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||