Package org.apache.cayenne.event
Class XMPPModule
- java.lang.Object
-
- org.apache.cayenne.event.XMPPModule
-
- All Implemented Interfaces:
org.apache.cayenne.di.Module
public class XMPPModule extends Object implements org.apache.cayenne.di.Module
- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringXMPP_BRIDGE_PROPERTIES_MAPA DI container key for the Map<String, String> storingXMPPBridgeproperties
-
Constructor Summary
Constructors Constructor Description XMPPModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.apache.cayenne.di.Binder binder)static voidcontributeChatService(org.apache.cayenne.di.Binder binder, String chatService)static voidcontributeHost(org.apache.cayenne.di.Binder binder, String host)static voidcontributeLogin(org.apache.cayenne.di.Binder binder, String login, String password)static voidcontributePort(org.apache.cayenne.di.Binder binder, int port)static voidcontributeSecureConnection(org.apache.cayenne.di.Binder binder, boolean secure)
-
-
-
Field Detail
-
XMPP_BRIDGE_PROPERTIES_MAP
public static final String XMPP_BRIDGE_PROPERTIES_MAP
A DI container key for the Map<String, String> storingXMPPBridgeproperties- Since:
- 4.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
contributeHost
public static void contributeHost(org.apache.cayenne.di.Binder binder, String host)
-
contributePort
public static void contributePort(org.apache.cayenne.di.Binder binder, int port)
-
contributeLogin
public static void contributeLogin(org.apache.cayenne.di.Binder binder, String login, String password)
-
contributeChatService
public static void contributeChatService(org.apache.cayenne.di.Binder binder, String chatService)
-
contributeSecureConnection
public static void contributeSecureConnection(org.apache.cayenne.di.Binder binder, boolean secure)
-
configure
public void configure(org.apache.cayenne.di.Binder binder)
- Specified by:
configurein interfaceorg.apache.cayenne.di.Module
-
-