org.apache.servicemix.common.osgi
Interface EndpointWrapper
- All Known Implementing Classes:
- EndpointWrapperImpl
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 clas itself. Going through a wrapper works around
this problem.
getEndpoint
Endpoint getEndpoint()
getClassLoader
ClassLoader getClassLoader()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.