Package stomp.wrapper

Interface Summary
CollectionDelegate tags a collection as a service delegate.
MapDelegate tags a collection as a service delegate.
WrappedObject Convenience interface which a "wrapper-aware" class can implement to improve wrapping performance.
 

Class Summary
CollectionHelper Utility class for working with Collections.
CollectionHolder Serialization object which holds a collection while it is being serialized.
DelegateClassLoader responsible for creating classes at runtime which satisfy certain contracts.
MapHolder Serialization object which holds a Map while it is being serialized.
WrapperFactory takes care of wrapping and unwrapping objects in application dependent ways.
WrappingIterator wrapping class that turns the results of any Iterator into a wrapped proxy class.
WrappingListIterator wraps a list iterator, ensuring that any returned objects are of proxy type if possible.