|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.osgi.MailProviderProxyGenerator
public final class MailProviderProxyGenerator
MailProviderProxyGenerator - Generates proxy objects for mail provider which delegate method invocations to the service obtained
from a bundle context
| Method Summary | |
|---|---|
static MailProvider |
newMailProviderProxy(org.osgi.framework.ServiceReference mailProviderServiceReference,
org.osgi.framework.BundleContext context)
TODO: Does not work since MailProvider 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 MailProvider newMailProviderProxy(org.osgi.framework.ServiceReference mailProviderServiceReference,
org.osgi.framework.BundleContext context)
MailProvider 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 | |||||||||