public class XMPPModule extends Object implements org.apache.cayenne.di.Module
| Modifier and Type | Field and Description |
|---|---|
static String |
XMPP_BRIDGE_PROPERTIES_MAP
A DI container key for the Map<String, String> storing
XMPPBridge properties |
| Constructor and Description |
|---|
XMPPModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.cayenne.di.Binder binder) |
static void |
contributeChatService(org.apache.cayenne.di.Binder binder,
String chatService) |
static void |
contributeHost(org.apache.cayenne.di.Binder binder,
String host) |
static void |
contributeLogin(org.apache.cayenne.di.Binder binder,
String login,
String password) |
static void |
contributePort(org.apache.cayenne.di.Binder binder,
int port) |
static void |
contributeSecureConnection(org.apache.cayenne.di.Binder binder,
boolean secure) |
public static final String XMPP_BRIDGE_PROPERTIES_MAP
XMPPBridge propertiespublic static void contributeHost(org.apache.cayenne.di.Binder binder, String host)
public static void contributePort(org.apache.cayenne.di.Binder binder, int port)
public static void contributeLogin(org.apache.cayenne.di.Binder binder, String login, String password)
public static void contributeChatService(org.apache.cayenne.di.Binder binder, String chatService)
public static void contributeSecureConnection(org.apache.cayenne.di.Binder binder, boolean secure)
public void configure(org.apache.cayenne.di.Binder binder)
configure in interface org.apache.cayenne.di.ModuleCopyright © 2001–2019 Apache Cayenne. All rights reserved.