public interface XmppNotifierConfiguration extends NotifierConfiguration
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPassword() |
String |
getPort() |
String |
getRoomId() |
String |
getSecurityDisabled() |
String |
getServiceName() |
String |
getUsername() |
void |
host(String host) |
void |
password(String password) |
void |
port(String port) |
void |
roomId(String roomId) |
void |
securityDisabled(String securityDisabled) |
void |
serviceName(String serviceName) |
void |
username(String username) |
enabled, getEnabled, getNoisy, noisycreateChild, deepCopy, getParent, getParentString getHost()
void host(String host) throws PropertyVetoException
PropertyVetoExceptionString getPort()
void port(String port) throws PropertyVetoException
PropertyVetoExceptionString getServiceName()
void serviceName(String serviceName) throws PropertyVetoException
PropertyVetoExceptionString getUsername()
void username(String username) throws PropertyVetoException
PropertyVetoExceptionString getPassword()
void password(String password) throws PropertyVetoException
PropertyVetoExceptionString getSecurityDisabled()
void securityDisabled(String securityDisabled) throws PropertyVetoException
PropertyVetoExceptionString getRoomId()
void roomId(String roomId) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.