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 class itself. Going through a wrapper works around this problem.


Method Summary
 java.lang.ClassLoader getClassLoader()
           
 Endpoint getEndpoint()
           
 void setDeployed()
           
 

Method Detail

getEndpoint

Endpoint getEndpoint()

getClassLoader

java.lang.ClassLoader getClassLoader()

setDeployed

void setDeployed()


Copyright © 2005-2012 FuseSource. All Rights Reserved.