SOAj Consolidated


Serialized Form


Package info.soaj.core.attribute

Class info.soaj.core.attribute.SjAttributesForAbstractPluginEmail extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

emailMessageAppended

java.lang.String emailMessageAppended
The email message for appending to declared message.


emailSubject

java.lang.String emailSubject
The subject.


emailRecipients

java.lang.String emailRecipients
A comma delimited list of email recipients.


emailRecipientArray

java.lang.String[] emailRecipientArray
A string array of blind carbon copy recipients.


emailCC

java.lang.String emailCC
A comma delimited list of carbon copy email recipients.


emailCCArray

java.lang.String[] emailCCArray
A string array of blind carbon copy recipients.


emailBCC

java.lang.String emailBCC
A comma delimited list of blind carbon copy recipients.


emailBCCArray

java.lang.String[] emailBCCArray
A string array of blind carbon copy recipients.


emailFromAddress

java.lang.String emailFromAddress
The sender's email address.


emailSmtpHost

java.lang.String emailSmtpHost
The SMTP host name.


emailSmtpUserName

java.lang.String emailSmtpUserName
The SMTP host user name.


emailSmtpPassword

java.lang.String emailSmtpPassword
The SMTP host password.


emailSmtpPort

java.lang.String emailSmtpPort
The SMTP host port.


emailSocksProxyAddress

java.lang.String emailSocksProxyAddress
The socks proxy address.


emailSocksProxyPort

java.lang.String emailSocksProxyPort
The socks proxy port.


suppressExceptions

boolean suppressExceptions
Indicates whether exceptions are thrown.

Class info.soaj.core.attribute.SjAttributesForThrowable extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classname

SjPopulatedClassName classname
The name of class throwing the exception.


methodname

SjPopulatedMethodName methodname
The name of method throwing the exception.


suppressLoggingOnly

boolean suppressLoggingOnly
Suppresses logging; default is false.


suppressEmailingOnly

boolean suppressEmailingOnly
Suppresses emailing; default is false.


forceLiteLoggingOnly

boolean forceLiteLoggingOnly
Forces "lite logging" (very limited stack trace) even if the exception was previously logged; default is false.


forceLoggingOnly

boolean forceLoggingOnly
Forces logging to occur even if the exception was previously logged; default is false.


forceEmailingOnly

boolean forceEmailingOnly
Forces emailing to occur even if the exception was previously logged; default is false.


emailMessage

java.lang.String emailMessage
The email message.


emailSubject

java.lang.String emailSubject
The subject.


emailRecipients

java.lang.String emailRecipients
A comma delimited list of email recipients.


emailCC

java.lang.String emailCC
A comma delimited list of carbon copy email recipients.


emailBCC

java.lang.String emailBCC
A comma delimited list of blind carbon copy recipients.


emailFromAddress

java.lang.String emailFromAddress
The sender's email address.


emailContentType

java.lang.String emailContentType
The content type.


emailSmtpHost

java.lang.String emailSmtpHost
The SMTP host name.


emailSmtpUserName

java.lang.String emailSmtpUserName
The SMTP host user name.


emailSmtpPassword

java.lang.String emailSmtpPassword
The SMTP host password.


emailSmtpPort

java.lang.String emailSmtpPort
The SMTP host port.


emailSocksProxyAddress

java.lang.String emailSocksProxyAddress
The socks address.


emailSocksProxyPort

java.lang.String emailSocksProxyPort
The socks proxy port.


Package info.soaj.core.attribute.internal

Class info.soaj.core.attribute.internal.SjAttributesForStreaming extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

inputStream

java.io.InputStream inputStream
Input inputStream.


classLoader

java.lang.ClassLoader classLoader
Class classLoader.


Package info.soaj.core.internal

Class info.soaj.core.internal.SjLoggerSystemOut extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package info.soaj.core.internal.string

Class info.soaj.core.internal.string.SjBaseString extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

string

java.lang.String string
Wrapped String.

Class info.soaj.core.internal.string.SjBaseStringEmptyable extends SjBaseString implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjBaseStringNullable extends SjBaseString implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjBaseStringPopulated extends SjBaseString implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjNullableUserId extends SjBaseStringNullable implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedClassName extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedDescriptorDocumentName extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedMethodName extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginAuthor extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginClassName extends SjPopulatedClassName implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginCopyright extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginCreate extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginKey extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginMinimumJdk extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPluginVersion extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L

Class info.soaj.core.internal.string.SjPopulatedPropertyKey extends SjBaseStringPopulated implements Serializable

serialVersionUID: 1L


Package info.soaj.core.metadata

Class info.soaj.core.metadata.SjBaseMetadata extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pluginAuthor

SjPopulatedPluginAuthor pluginAuthor
The plugin pluginAuthor.


pluginVersion

SjPopulatedPluginVersion pluginVersion
The plugin version.


pluginMinimumJdk

SjPopulatedPluginMinimumJdk pluginMinimumJdk
The minimum JDK version.


pluginCopyright

SjPopulatedPluginCopyright pluginCopyright
The plugin copyright notice.


Package info.soaj.core.metadata.internal

Class info.soaj.core.metadata.internal.SjMetadataForGTC extends SjBaseMetadata implements Serializable

serialVersionUID: 1L


Package info.soaj.core.plugin

Class info.soaj.core.plugin.SjAbstractPluginEmail extends SjBasePlugin implements Serializable

serialVersionUID: 1L

Class info.soaj.core.plugin.SjAbstractPluginLogging extends SjBasePlugin implements Serializable

serialVersionUID: 1L

Serialized Fields

throwableLogPluginKey

java.lang.String throwableLogPluginKey
Plugin key used for logging throwables.


throwableEmailPluginKey

java.lang.String throwableEmailPluginKey
Plugin key used for emailing throwables.

Class info.soaj.core.plugin.SjBasePlugin extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

populatedPluginKey

SjPopulatedPluginKey populatedPluginKey
The wrapper object containing the descriptor document properties associated with this plugin.

Class info.soaj.core.plugin.SjPluginLoggingJdk extends SjAbstractPluginLogging implements Serializable

serialVersionUID: 1L

Class info.soaj.core.plugin.SjPluginLoggingSystemOut extends SjAbstractPluginLogging implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

SjLoggerSystemOut logger
Logger

Class info.soaj.core.plugin.SjPluginStartup extends SjBasePlugin implements Serializable

serialVersionUID: 1L


Package info.soaj.core.properties

Class info.soaj.core.properties.SjPluginProperties extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pluginKey

SjPopulatedPluginKey pluginKey
The key used for unique identification.


pluginActive

boolean pluginActive
The plugin status.


pluginCreate

SjPopulatedPluginCreate pluginCreate
The declared creation technique for a plugin.


pluginClassName

SjPopulatedPluginClassName pluginClassName
The name of the plugin class.


pluginProperties

java.util.Properties pluginProperties
The combined plugin properties.


pluginAbstractProperties

java.util.Properties pluginAbstractProperties
The abstract plugin properties.


pluginConcreteProperties

java.util.Properties pluginConcreteProperties
The concrete plugin properties.


Package info.soaj.core.properties.internal

Class info.soaj.core.properties.internal.SjPropertiesForSystemOutLogging extends SjPluginProperties implements Serializable

serialVersionUID: 1L


Package info.soaj.core.throwable

Class info.soaj.core.throwable.SjBaseCoreRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

throwableAttributes

SjAttributesForThrowable throwableAttributes
Attributes providing throwable details.


logged

boolean logged
Instance attribute indicating whether "this" exception has been logged.

Class info.soaj.core.throwable.SjCoreExceptionActivationSequence extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionConvertingBoolean extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionCreatingPlugin extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionDuplicatePluginKey extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionFindingMetadata extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionFindingPlugin extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionFindingProperties extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionFormattingMessage extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionInstantiating extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionSelfLoggingRuntime extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionValidatingString extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L

Class info.soaj.core.throwable.SjCoreExceptionVerifyingPlugin extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L


Package info.soaj.mail.metadata

Class info.soaj.mail.metadata.SjMetadataEmail extends SjMetadataForGTC implements Serializable

serialVersionUID: 1L


Package info.soaj.mail.plugin

Class info.soaj.mail.plugin.SjPluginTextEmail extends SjAbstractPluginEmail implements Serializable

serialVersionUID: 1L


Package info.soaj.mail.throwable

Class info.soaj.mail.throwable.SjMailExceptionSendingEmail extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L


Package info.soaj.world.metadata

Class info.soaj.world.metadata.SjMetadataWorld extends SjBaseMetadata implements Serializable

serialVersionUID: 1L


Package info.soaj.world.plugin

Class info.soaj.world.plugin.SjAbstractPluginHelloWorld extends SjBasePlugin implements Serializable

serialVersionUID: 1L

Class info.soaj.world.plugin.SjPluginSimpleWorld extends SjBasePlugin implements Serializable

serialVersionUID: 1L

Class info.soaj.world.plugin.SjPluginWorld extends SjAbstractPluginHelloWorld implements Serializable

serialVersionUID: 1L


Package info.soaj.world.throwable

Class info.soaj.world.throwable.SjWorldExceptionGreetingTheWorld extends SjBaseCoreRuntimeException implements Serializable

serialVersionUID: 1L


SOAj Consolidated


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.