public interface EndpointWrapper
The EndpointWrapper is a very simple interface that wraps an Endpoint. The main purpose of this wrapper is that Spring-DM creates proxy when using collections, so that we don't have access to the real class anymore and can not do anything based on the class itself. Going through a wrapper works around this problem.
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassLoader() |
Endpoint |
getEndpoint() |
void |
setDeployed() |
Endpoint getEndpoint()
java.lang.ClassLoader getClassLoader()
void setDeployed()
Copyright © 2005-2014 FuseSource. All Rights Reserved.