|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.osgi.TransportProviderProxyGenerator
public final class TransportProviderProxyGenerator
TransportProviderProxyGenerator - Generates proxy objects for mail provider which delegate method invocations to the service
obtained from a bundle context
| Method Summary | |
|---|---|
static TransportProvider |
newTransportProviderProxy(org.osgi.framework.ServiceReference mailProviderServiceReference,
org.osgi.framework.BundleContext context)
TODO: Does not work since TransportProvider is not an interface
Create a new proxy object for mail provider which delegates method invocations to the service obtained from bundle context |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TransportProvider newTransportProviderProxy(org.osgi.framework.ServiceReference mailProviderServiceReference,
org.osgi.framework.BundleContext context)
TransportProvider is not an interface
Create a new proxy object for mail provider which delegates method invocations to the service obtained from bundle context
mailProviderServiceReference - The service reference of a mail providercontext - The bundle context (needed to get/unget the service)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||