Class MapWrapper<K,V>
- java.lang.Object
-
- org.marketcetera.util.ws.wrappers.BaseWrapper<Map<K,V>>
-
- org.marketcetera.util.ws.wrappers.MapWrapper<K,V>
-
public class MapWrapper<K,V> extends BaseWrapper<Map<K,V>>
A wrapper for marshalling a map value via JAXB.- Since:
- 1.0.0
- Version:
- $Id: MapWrapper.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapWrapper()Creates a new wrapper.MapWrapper(Map<K,V> map)Creates a new wrapper for the given map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<K,V>getMap()Returns the receiver's map.voidsetMap(Map<K,V> map)Sets the receiver's map to the given one.
-