|
Class Summary |
| ScopedChannelClassLoader |
This custom scoped class loader loads only classes for a given scope -- for
all other elements, they are delegated oto the parent class loader (which
means they are out-of-scope and not this classloader's responsibility). |
| ScopedChannelClassLoader.Consumer |
The scoped channel class loader consumer class is used by the consumer of
the classes that will be served up through the channel from the providing
instance of the scoped channel class loader |
| ScopedChannelClassLoader.Provider |
The scoped channel class loader provider class is used by the provider of
the classes that will be served up through the channel to the consuming
instance of the scoped channel class loader |