A D E G I J M O S U

A

AIMMessageBean - class org.zerofun.maven.im.beans.AIMMessageBean.
This bean provides the actual functionality for sending a message to AIM clients.
AIMMessageBean() - Constructor for class org.zerofun.maven.im.beans.AIMMessageBean
 
AIMMessageTag - class org.zerofun.maven.im.jelly.AIMMessageTag.
This class is the proxy which allows the Jelly script to invoke the functionality of the actual JavaBean class which provides the actual message sending functionality.
AIMMessageTag() - Constructor for class org.zerofun.maven.im.jelly.AIMMessageTag
 

D

doTag(XMLOutput) - Method in class org.zerofun.maven.im.jelly.MSNMessageTag
 
doTag(XMLOutput) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
 
doTag(XMLOutput) - Method in class org.zerofun.maven.im.jelly.AIMMessageTag
 

E

execute() - Method in class org.zerofun.maven.im.beans.MSNMessageBean
The main method of the bean.
execute() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
The main method of the bean.
execute() - Method in class org.zerofun.maven.im.beans.AIMMessageBean
The main method of the bean.
execute() - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Invokes the main execute method of the contained bean that performs the actual message sending functionality.

G

getFrom() - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Gets the MSN username from which messages should be sent.
getFrom() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the username of the sender of the message.
getFrom() - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Gets the username of the AIM user messages will be sent from.
getHost() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the host/server to which the specified user can connect to.
getMessage() - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Gets the message which will be sent to all recipients.
getMessage() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the message which will be sent to all recipients.
getMessage() - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Gets the message which will be sent to all recipients.
getPassword() - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Gets the password which will be used to authenticate the specified user to the MSN server.
getPassword() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the password which corresponds to the specified username, which will be used to log the user into the server.
getPassword() - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Gets the password used to authenticate the specified username.
getPort() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the port to which the plugin should attempt to connect on the specified server.
getRecipients(String) - Static method in class org.zerofun.maven.im.beans.UtilityBean
Parses a string which may contain either a single recipient, or a comma separated list of recipients, and spits out an array of strings, each one of which is a single recipient.
getSecurePort() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the port to which the plugin should attempt to connect if it is trying to connect using XMPP secure.
getTo() - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Gets the complete list of recipients, which could be a single name, or a comma separated list of recipients.
getTo() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets the complete string containing all recipients of the message.
getTo() - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Gets the list of recipients to which the message should be sent.

I

IMTagLibrary - class org.zerofun.maven.im.jelly.IMTagLibrary.
Tag library for the Maven Instant Messenger plugin.
IMTagLibrary() - Constructor for class org.zerofun.maven.im.jelly.IMTagLibrary
Constructor.
isSecure() - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Gets a boolean value indicating whether or not secure XMPP should be used to send the message.

J

JabberMessageBean - class org.zerofun.maven.im.beans.JabberMessageBean.
This bean provides the actual functionality for sending a message to XMPP (Jabber) clients.
JabberMessageBean() - Constructor for class org.zerofun.maven.im.beans.JabberMessageBean
 
JabberMessageTag - class org.zerofun.maven.im.jelly.JabberMessageTag.
This class is the proxy which allows the Jelly script to invoke the functionality of the actual JavaBean class which provides the actual message sending functionality.
JabberMessageTag() - Constructor for class org.zerofun.maven.im.jelly.JabberMessageTag
 

M

MavenIMException - exception org.zerofun.maven.im.MavenIMException.
Exception class for the Maven IM plugin.
MavenIMException() - Constructor for class org.zerofun.maven.im.MavenIMException
Default constructor.
MavenIMException(String) - Constructor for class org.zerofun.maven.im.MavenIMException
 
MavenIMException(String, Throwable) - Constructor for class org.zerofun.maven.im.MavenIMException
 
MavenIMException(Throwable) - Constructor for class org.zerofun.maven.im.MavenIMException
 
MSNMessageBean - class org.zerofun.maven.im.beans.MSNMessageBean.
This bean provides the actual functionality for sending a message to MSN clients.
MSNMessageBean() - Constructor for class org.zerofun.maven.im.beans.MSNMessageBean
 
MSNMessageTag - class org.zerofun.maven.im.jelly.MSNMessageTag.
This class is the proxy which allows the Jelly script to invoke the functionality of the actual JavaBean class which provides the actual message sending functionality.
MSNMessageTag() - Constructor for class org.zerofun.maven.im.jelly.MSNMessageTag
 

O

org.zerofun.maven.im - package org.zerofun.maven.im
 
org.zerofun.maven.im.beans - package org.zerofun.maven.im.beans
 
org.zerofun.maven.im.jelly - package org.zerofun.maven.im.jelly
 

S

setFrom(String) - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Sets the username from which messages will be sent.
setFrom(String) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the username which identifies the user the messages will be sent from.
setFrom(String) - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Sets the username from which messages will be sent.
setFrom(String) - Method in class org.zerofun.maven.im.jelly.MSNMessageTag
Set by the ${maven.im.aim.from} property.
setFrom(String) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.from} property.
setFrom(String) - Method in class org.zerofun.maven.im.jelly.AIMMessageTag
Set by the ${maven.im.aim.from} property.
setHost(String) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the server the plugin will attempt to connect to, to send messages.
setHost(String) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.host} property.
setMessage(String) - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Sets the message which will be sent to all users.
setMessage(String) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the message which will be sent to all recipients.
setMessage(String) - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Sets the message which will be sent to all recipients.
setMessage(String) - Method in class org.zerofun.maven.im.jelly.MSNMessageTag
Set by the ${maven.im.message} property.
setMessage(String) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.message} property.
setMessage(String) - Method in class org.zerofun.maven.im.jelly.AIMMessageTag
Set by the ${maven.im.message} property.
setPassword(String) - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Sets the password which will be used to authenticate the specified user with the MSN server.
setPassword(String) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the password which will be used to authenticate the specified user when the plugin connects to the server.
setPassword(String) - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Sets the password which will authenticate the specified username to the AIM server.
setPassword(String) - Method in class org.zerofun.maven.im.jelly.MSNMessageTag
Set by the ${maven.im.msn.from} property.
setPassword(String) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.password} property.
setPassword(String) - Method in class org.zerofun.maven.im.jelly.AIMMessageTag
Set by the ${maven.im.aim.password} property.
setPort(int) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the port the plugin will attempt to use when connecting to the XMPP server.
setPort(int) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.port} property.
setSecure(boolean) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the boolean value which indicates whether or not the messages should be sent using XMPP Secure or not.
setSecure(boolean) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.secure} property.
setSecurePort(int) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the port the plugin will attempt to use when connecting to the XMPP server using an encrypted connection.
setSecurePort(int) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.secure.port} property.
setTo(String) - Method in class org.zerofun.maven.im.beans.MSNMessageBean
Sets the list of recipients to which messages should be sent.
setTo(String) - Method in class org.zerofun.maven.im.beans.JabberMessageBean
Sets the string containing all of the intended recipients of the message.
setTo(String) - Method in class org.zerofun.maven.im.beans.AIMMessageBean
Sets the list of recipients to which will be sent messages.
setTo(String) - Method in class org.zerofun.maven.im.jelly.MSNMessageTag
Set by the ${maven.im.msn.to} property.
setTo(String) - Method in class org.zerofun.maven.im.jelly.JabberMessageTag
Set by the ${maven.im.jabber.to} property.
setTo(String) - Method in class org.zerofun.maven.im.jelly.AIMMessageTag
Set by the ${maven.im.aim.to} property.

U

UtilityBean - class org.zerofun.maven.im.beans.UtilityBean.
Some simple utility methods for the Maven IM plugin.
UtilityBean() - Constructor for class org.zerofun.maven.im.beans.UtilityBean
 

A D E G I J M O S U

Copyright © 2003 Zerofun Software. All Rights Reserved.