public class JabberSendAction extends AbstractManagerAction
Available since Asterisk 1.6.0
Constructor and Description |
---|
JabberSendAction()
Creates a new JabberSendAction.
|
JabberSendAction(String jabber,
String screenName,
String message)
Creates a new JabberSendAction.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getJabber() |
String |
getMessage() |
String |
getScreenName() |
void |
setJabber(String jabber)
Sets the client or transport Asterisk uses to connect to Jabber.
|
void |
setMessage(String message)
Sets the message to send to the recipient.
|
void |
setScreenName(String screenName)
Sets the JID of the recipient.
|
getActionId, setActionId, toString
public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getJabber()
public void setJabber(String jabber)
jabber
- the client or transport Asterisk uses to connect to Jabber.public String getScreenName()
public void setScreenName(String screenName)
screenName
- the JID of the recipient.public String getMessage()
public void setMessage(String message)
message
- the message to send to the recipient.Copyright © 2004–2020. All rights reserved.