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
createChild, deepCopy, getParent, getParent
String getHost()
void host(String host) throws PropertyVetoException
PropertyVetoException
String getPort()
void port(String port) throws PropertyVetoException
PropertyVetoException
String getServiceName()
void serviceName(String serviceName) throws PropertyVetoException
PropertyVetoException
String getUsername()
void username(String username) throws PropertyVetoException
PropertyVetoException
String getPassword()
void password(String password) throws PropertyVetoException
PropertyVetoException
String getSecurityDisabled()
void securityDisabled(String securityDisabled) throws PropertyVetoException
PropertyVetoException
String getRoomId()
void roomId(String roomId) throws PropertyVetoException
PropertyVetoException
Copyright © 2018. All rights reserved.