|
SOAj Consolidated |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.soaj.core.plugin.SjBasePlugin
info.soaj.core.plugin.SjAbstractPluginEmail
info.soaj.mail.plugin.SjPluginTextEmail
public class SjPluginTextEmail
This SOAj plugin supports emailing of messages containing text.
Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .
| Field Summary | |
|---|---|
private static java.lang.String |
CLASS_NAME
Class name. |
private static long |
serialVersionUID
UID |
| Constructor Summary | |
|---|---|
SjPluginTextEmail(SjPopulatedPluginKey pluginKey)
Constructor - protected |
|
| Method Summary | |
|---|---|
SjBaseMetadata |
createPluginMetadataCB()
This method |
boolean |
sendEmail(SjAttributesForAbstractPluginEmail emailAttributes)
This method sends an email message using JavaMail. |
boolean |
sendEmailThrowable(SjAttributesForAbstractPluginEmail emailAttributes)
This method sends an email exception message using JavaMail. |
| Methods inherited from class info.soaj.core.plugin.SjAbstractPluginEmail |
|---|
getMaximumExceptionMessagesPerDay, getMaximumExceptionMessagesPerHour, verifyCB |
| Methods inherited from class info.soaj.core.plugin.SjBasePlugin |
|---|
getPluginMetadata, getPluginProperties, getPopulatedPluginKey, initCB |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private static final java.lang.String CLASS_NAME
| Constructor Detail |
|---|
public SjPluginTextEmail(SjPopulatedPluginKey pluginKey)
The SOAj plugin pattern enforces instantiation of a plugin via the General Store. Concrete class constructors should be coded as 'protected'.
pluginKey - The 'Key' defined in the descriptor document.| Method Detail |
|---|
public SjBaseMetadata createPluginMetadataCB()
SjBasePlugin
createPluginMetadataCB in class SjBasePluginSjBasePlugin.createPluginMetadataCB()public boolean sendEmail(SjAttributesForAbstractPluginEmail emailAttributes)
sendEmail in class SjAbstractPluginEmailemailAttributes - Includes the message text.
public boolean sendEmailThrowable(SjAttributesForAbstractPluginEmail emailAttributes)
sendEmailThrowable in class SjAbstractPluginEmailemailAttributes - Includes the message text.
|
SOAj Consolidated |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.