|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.manager.action.JabberSendAction
public class JabberSendAction
The JabberSendAction sends a Jabber (XMPP) message to a recipient.
Available since Asterisk 1.6.0
Constructor Summary | |
---|---|
JabberSendAction()
Creates a new JabberSendAction. |
|
JabberSendAction(java.lang.String jabber,
java.lang.String screenName,
java.lang.String message)
Creates a new JabberSendAction. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the name of this action, i.e. |
java.lang.String |
getJabber()
|
java.lang.String |
getMessage()
|
java.lang.String |
getScreenName()
|
void |
setJabber(java.lang.String jabber)
Sets the client or transport Asterisk uses to connect to Jabber. |
void |
setMessage(java.lang.String message)
Sets the message to send to the recipient. |
void |
setScreenName(java.lang.String screenName)
Sets the JID of the recipient. |
Methods inherited from class org.asteriskjava.manager.action.AbstractManagerAction |
---|
getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JabberSendAction()
public JabberSendAction(java.lang.String jabber, java.lang.String screenName, java.lang.String message)
jabber
- the client or transport Asterisk uses to connect to Jabber.screenName
- the JID of the recipient.message
- the message to send to the recipient.Method Detail |
---|
public java.lang.String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.String getJabber()
public void setJabber(java.lang.String jabber)
jabber
- the client or transport Asterisk uses to connect to Jabber.public java.lang.String getScreenName()
public void setScreenName(java.lang.String screenName)
screenName
- the JID of the recipient.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to send to the recipient.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |