stomp.wrapper
Interface MapDelegate

All Superinterfaces:
java.util.Map

public interface MapDelegate
extends java.util.Map

tags a collection as a service delegate. this collection alters objects coming in, attempting to extract their delegate version, and alters outgoing objects to attempt to return proxies.

Author:
Eric Lindauer

Method Summary
 java.util.Map delegateGetMap()
           
 void delegateInit(java.util.Map map)
           
 void delegateSetMap(java.util.Map map)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

delegateInit

public void delegateInit(java.util.Map map)

delegateGetMap

public java.util.Map delegateGetMap()

delegateSetMap

public void delegateSetMap(java.util.Map map)