Sun Adapter for e-Mail API
A C D E F G H I M N O P R S T X _

A

activation(MessageEndpointFactory, BootstrapContext, IConfiguration, ObjectReference) - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Activate eWay endpoint.
addAttachment(EmailAttachment) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAttachment to the EmailAttachment collection.
addAttachment(int, EmailAttachment) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAttachment to the EmailAttachment collection at index i.
addBcc(EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the BCC EmailAddress collection.
addBcc(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the BCC EmailAddress collection at index i.
addCc(EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the CC EmailAddress collection.
addCc(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the CC EmailAddress collection at index i.
addProvider(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Add a Cryptographic Service Provider (provider).
addTo(EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the To EmailAddress collection.
addTo(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Adds an EmailAddress to the To EmailAddress collection at index i.
AttachmentDataSource - Class in com.stc.connector.emailadapter.appconn
This class implements the DataSource to provide an in memory management of attachments.
AttachmentDataSource(EmailAttachment) - Constructor for class com.stc.connector.emailadapter.appconn.AttachmentDataSource
Creates a new AttachmentDataSource.

C

cleanup() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Perform clean up of any resources or reset of any state held by the instance of EwayConnection.
clearAttachment() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Clears the EmailAttachment collection.
clearBcc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Clears the BCC EmailAddress collection.
clearCc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Clears the CC EmailAddress collection.
clearTo() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Clears the To EmailAddress collection.
close() - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Closes the application connection handle.
com.stc.connector.emailadapter.alerts - package com.stc.connector.emailadapter.alerts
 
com.stc.connector.emailadapter.appconn - package com.stc.connector.emailadapter.appconn
 
com.stc.connector.emailadapter.eway - package com.stc.connector.emailadapter.eway
 
com.stc.connector.emailadapter.system - package com.stc.connector.emailadapter.system
 
com.stc.connector.emailadapter.webservice - package com.stc.connector.emailadapter.webservice
 
countAttachment() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Return the size of the EmailAttachment collection.
countBcc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Return the size of BCC EmailAddress collection.
countCc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Return the size of CC EmailAddress collection.
countTo() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Return the size of To EmailAddress collection.
createApplication(String) - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Creates an Application from the Application Connection.
createManagedConnectionInternal(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.emailadapter.system.EmailManagedConnectionFactory
 
createOutputHandler() - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createSocket(String, int) - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Create a socket.
createSocket(String, int, InetAddress, int) - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Create a socket.
createSocket(InetAddress, int) - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Create a socket.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Create a socket.
createSocket(Socket, String, int, boolean) - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Create a socket.

D

deactivation(MessageEndpointFactory) - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Deactivate (terminate) eWay endpoint.
DEFAULT_KEYMANAGER_ALGORITHM_NAME - Static variable in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Default KeyManager algorithm name property
DEFAULT_KEYSTORE - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default keystore property
DEFAULT_KEYSTORE_PASSWORD - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default keystore password property
DEFAULT_KEYSTORE_TYPE - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default keystore type property
DEFAULT_SSL_SOCKETFACTORY_IMPL_PROPERTY - Static variable in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
SSL SocketFactory implementation property
DEFAULT_SSL_SSLSERVERSOCKETFACTORY_IMPL_PROPERTY - Static variable in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
SSL ServerSocketFactory implementation property
DEFAULT_TRUSTMANAGER_ALGORITHM_NAME - Static variable in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Default TrustManager algorithm name property
DEFAULT_TRUSTSTORE - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default truststore property
DEFAULT_TRUSTSTORE_PASSWORD - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default truststore password property
DEFAULT_TRUSTSTORE_TYPE - Static variable in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Default truststore type property
destroy() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Release any resources prior to the destruction of the associated ManagedConnection.

E

EMAIL_EWAY_RUNNING - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay running status code.
EMAIL_EWAY_STARTED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay started status code.
EMAIL_EWAY_STOPPED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay stopped status code.
EMAIL_EWAY_STOPPING - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay stopping status code.
EMAIL_EWAY_SUSPENDED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay suspended status code.
EMAIL_EWAY_SUSPENDING - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay suspending status code.
EmailActivationSpec - Class in com.stc.connector.emailadapter.eway
 
EmailActivationSpec() - Constructor for class com.stc.connector.emailadapter.eway.EmailActivationSpec
 
EmailAddress - Class in com.stc.connector.emailadapter.appconn
EmailAddress class holding information about an email address.
EmailAddress() - Constructor for class com.stc.connector.emailadapter.appconn.EmailAddress
Creates new EmailAddress
EmailAddress(String, String) - Constructor for class com.stc.connector.emailadapter.appconn.EmailAddress
Creates new EmailAddress
EmailAlertCodes - Class in com.stc.connector.emailadapter.alerts
 
EmailAlertCodes() - Constructor for class com.stc.connector.emailadapter.alerts.EmailAlertCodes
 
EmailApplicationConnection - Class in com.stc.connector.emailadapter.appconn
This class implements the ApplicationConnection interface for the Email application connection.
EmailApplicationConnection(ManagedConnectionCallback, ConfigurationHelper) - Constructor for class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Creates a new instance of EmailApplicationConnection.
EmailApplicationException - Exception in com.stc.connector.emailadapter.appconn
Exception class for Email application.
EmailApplicationException() - Constructor for exception com.stc.connector.emailadapter.appconn.EmailApplicationException
Creates a new instance of EmailApplicationException without detail message.
EmailApplicationException(String) - Constructor for exception com.stc.connector.emailadapter.appconn.EmailApplicationException
Constructs an instance of EmailApplicationException with the specified detail message.
EmailApplicationException(String, Throwable) - Constructor for exception com.stc.connector.emailadapter.appconn.EmailApplicationException
Constructs an instance of EmailApplicationException with the specified detail message.
EmailAttachment - Class in com.stc.connector.emailadapter.appconn
This class implements the email attachment.
EmailAttachment() - Constructor for class com.stc.connector.emailadapter.appconn.EmailAttachment
Creates new EmailAttachment.
EmailClientAgent - Class in com.stc.connector.emailadapter.appconn
APIS for checking email, receiving email, and sending email.
EmailClientAgent(ObjectReference) - Constructor for class com.stc.connector.emailadapter.appconn.EmailClientAgent
Constructor for EmailClientAgent.
EmailClientApplication - Interface in com.stc.connector.emailadapter.appconn
Email Application interface.
EmailClientApplicationImpl - Class in com.stc.connector.emailadapter.appconn
Implements EmailClientApplication which exposes the email client application.
EmailClientApplicationImpl(EmailApplicationConnection) - Constructor for class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Constructor.
EmailConfiguration - Class in com.stc.connector.emailadapter.appconn
Class which holds email connection specific information.
EmailConfiguration() - Constructor for class com.stc.connector.emailadapter.appconn.EmailConfiguration
Creates new EmailConfiguration.
EmailEndpoint - Class in com.stc.connector.emailadapter.eway
This class implements the EwayActivationSepc interface for the Email.
EmailEndpoint() - Constructor for class com.stc.connector.emailadapter.eway.EmailEndpoint
Default constructor
EMAILEWAY_CHECKEMAIL_FAILED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay check email fail alert
EMAILEWAY_CONNECT_FAILED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay connection fail alert
EMAILEWAY_RECV_FAILED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay receive fail alert
EMAILEWAY_SEND_FAILED - Static variable in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
Email eWay send fail alert
EmailEwayConnection - Class in com.stc.connector.emailadapter.eway
This class implements the EwayConnection interface for the Email.
EmailEwayConnection() - Constructor for class com.stc.connector.emailadapter.eway.EmailEwayConnection
Creates a new instance of EmailEwayConnection
EmailEwayUtils - Class in com.stc.connector.emailadapter.eway
DOCUMENT ME
EmailEwayUtils() - Constructor for class com.stc.connector.emailadapter.eway.EmailEwayUtils
 
EmailInboundTimerTask - Class in com.stc.connector.emailadapter.eway
This class extends the TimerTask class and is used by the Timer to schedule email polling Work items.
EmailInboundTimerTask(EmailEndpoint) - Constructor for class com.stc.connector.emailadapter.eway.EmailInboundTimerTask
Constructor
EmailInboundWork - Class in com.stc.connector.emailadapter.eway
DOCUMENT ME!
EmailInboundWork(EmailEndpoint) - Constructor for class com.stc.connector.emailadapter.eway.EmailInboundWork
Creates a new instance of EmailInboundWork.
EmailListener - Interface in com.stc.connector.emailadapter.eway
This is the e-Mail Listener interface.
EmailManagedConnection - Class in com.stc.connector.emailadapter.eway
 
EmailManagedConnection(STCManagedConnectionFactory, Subject, ConfigurationHelper) - Constructor for class com.stc.connector.emailadapter.eway.EmailManagedConnection
 
EmailManagedConnectionFactory - Class in com.stc.connector.emailadapter.system
This class implements the ManagedConnectionFactory interface for the Email eWay.
EmailManagedConnectionFactory() - Constructor for class com.stc.connector.emailadapter.system.EmailManagedConnectionFactory
 
EmailMessage - Class in com.stc.connector.emailadapter.appconn
Email message class which encapsulates the message for sending and receiving email message(s).
EmailMessage() - Constructor for class com.stc.connector.emailadapter.appconn.EmailMessage
Creates new EmailMessage
EmailMessageContainer - Interface in com.stc.connector.emailadapter.appconn
This represents the container for the actual EmailMessage.
EmailMessageContainerImpl - Class in com.stc.connector.emailadapter.appconn
This class implements the container for the actual EmailMessage.
EmailMessageContainerImpl() - Constructor for class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Constructor for EmailMessageContainer Used when restoring a BPEL message.
EmailMessageContainerImpl(EmailMessage) - Constructor for class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Constructor for EmailMessageContainer
EmailSecurityProperties - Class in com.stc.connector.emailadapter.appconn
Wrapper class for Security related SSL properties.
EmailSecurityProperties() - Constructor for class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
 
EmailSSLSocketFactory - Class in com.stc.connector.emailadapter.appconn
SSLSocket factory class used to manually load truststore
EmailSSLSocketFactory() - Constructor for class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Constructor for SSLSocketFactory.
EmailSystemProperties - Class in com.stc.connector.emailadapter.appconn
DOCUMENT ME!
EmailSystemProperties() - Constructor for class com.stc.connector.emailadapter.appconn.EmailSystemProperties
 
EmailWebException - Exception in com.stc.connector.emailadapter.webservice
Email web service exception wrapper.
EmailWebException() - Constructor for exception com.stc.connector.emailadapter.webservice.EmailWebException
Default constructor for EmailWebException.
EmailWebException(String) - Constructor for exception com.stc.connector.emailadapter.webservice.EmailWebException
Constructor for EmailWebException.
EmailWebFaultMessage - Class in com.stc.connector.emailadapter.webservice
This class is the FaultMessage.
EmailWebFaultMessage() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Creates a new instance of EmailWebFaultMessage
EmailWebFaultMessage(String) - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Creates a new instance of EmailWebFaultMessage
EmailWebHasMessageRequest - Class in com.stc.connector.emailadapter.webservice
Email web service has message request wrapper.
EmailWebHasMessageRequest() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebHasMessageRequest
Default constructor for EmailWebHasMessageRequest.
EmailWebHasMessageResponse - Class in com.stc.connector.emailadapter.webservice
Email web service has message response wrapper.
EmailWebHasMessageResponse() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebHasMessageResponse
Default constructor for EmailWebHasMessageResponse.
EmailWebReceiveMessageRequest - Class in com.stc.connector.emailadapter.webservice
Email web service receive message request wrapper.
EmailWebReceiveMessageRequest() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageRequest
Default constructor for EmailWebReceiveMessageRequest.
EmailWebReceiveMessageResponse - Class in com.stc.connector.emailadapter.webservice
Email web service receive message response wrapper.
EmailWebReceiveMessageResponse() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Default constructor for EmailWebReceiveMessageResponse.
EmailWebSendMessageRequest - Class in com.stc.connector.emailadapter.webservice
Email web service send message request wrapper.
EmailWebSendMessageRequest() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Default constructor for EmailWebSendMessageRequest.
EmailWebSendMessageResponse - Class in com.stc.connector.emailadapter.webservice
Email web service has message response wrapper.
EmailWebSendMessageResponse() - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebSendMessageResponse
Default constructor for EmailWebSendMessageResponse.
EmailWebService - Class in com.stc.connector.emailadapter.webservice
Email web service wrapper.
EmailWebService(EmailApplicationConnection) - Constructor for class com.stc.connector.emailadapter.webservice.EmailWebService
Constructor for EmailWebService.

F

fileTypeMap - Static variable in class com.stc.connector.emailadapter.appconn.AttachmentDataSource
The FileTypeMap

G

getAddress() - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Get the email address.
getAttachment(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the EmailAttachment at index i.
getAttachment() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the EmailAttachment collection as an array of EmailAttachment.
getAuthenticator() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
Returns new Authenticator for use during session construction.
getBcc(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the BCC EmailAddress at index i.
getBcc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the BCC EmailAddress collection as an array of EmailAddress.
getCc(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the CC EmailAddress at index i.
getCc() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the CC EmailAddress collection as an array of EmailAddress.
getCharSet() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Deprecated. This method has been deprecated and exception will be thrown; Set the encoding in the configuration.
getCheckAuthRecv() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getCheckAuthSend() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getConfiguration() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
 
getConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Get a new instance of the connection handle (application connection).
getContent() - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Gets the attachment content.
getContentType() - Method in class com.stc.connector.emailadapter.appconn.AttachmentDataSource
This method returns the MIME type of the data in the form of a string.
getContentType() - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Gets the attachment content type (MIME).
getDefault() - Static method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
 
getDefaultCipherSuites() - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Get the default cipher suites.
getEmailConfiguration() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Get the EmailConfiguration object for setting Email connection information.
getEmailConfiguration() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Get the EmailConfiguration object for setting Email connection information.
getEmailConfiguration(ConfigurationHelper) - Method in class com.stc.connector.emailadapter.eway.EmailEwayUtils
Given an instance of STCPropertiesInfo, this method produces a corresponding EmailConfiguration instance.
getEmailConfiguration() - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageRequest
Gets the EmailConfiguration instance.
getEmailConfiguration() - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageRequest
Gets the EmailConfiguration instance.
getEmailConfiguration() - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Gets the EmailConfiguration instance.
getEmailMessage() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Get the EmailMessage instance.
getEmailMessage() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Get the EmailMessage instance.
getEmailMessage() - Method in interface com.stc.connector.emailadapter.appconn.EmailMessageContainer
Gets the EmailMessage instance.
getEmailMessage() - Method in class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Gets the EmailMessage instance.
getEmailMessage() - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Gets the EmailMessage instance.
getEmailMessage() - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Gets the EmailMessage instance.
getFault() - Method in class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Return this instance as the fault message part.
getFrom() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Gets the EmailAddress of the sender.
getHasMessage() - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageResponse
Gets the hasMessage property.
getHasMore() - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Gets the hasMore property.
getHeaderEncoding() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getHostRecv() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getHostSend() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
End user properties exposed through the GUI follow after this point.
getInputStream() - Method in class com.stc.connector.emailadapter.appconn.AttachmentDataSource
This method returns an InputStream representing the the data and throws the appropriate exception if it can not do so.
getKeyManagerAlgorithm() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets the default Key Manager Algorithm name previously set.
getKeyStore() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default key store previously set.
getKeyStorePassword() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default key store password previously set.
getKeyStoreType() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default key store type previously set.
getLocalTransaction() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Get a LocalTransaction instance for local transaction demaracation.
getMapping(String) - Method in class com.stc.connector.emailadapter.alerts.EmailAlertCodes
 
getMessage() - Method in class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Gets the fault message.
getMessageEndpointFactory() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Returns the MessageEndpointFactory for this activation.
getMetaData() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Get a new instance of the ManagedConnectionMetaData which contains connection information for the currently established connection.
getMonitor() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Gets the eWay ActivationSpec MBean.
getMonitor() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Convenient method to get the initialized mBean (Is there anyone that will need this at a higher level?)
getMsgHTML() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Gets the html message of the email message body.
getMsgText() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Gets the text message of the email message body.
getName() - Method in class com.stc.connector.emailadapter.appconn.AttachmentDataSource
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
getName() - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Get the name.
getName() - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Gets the attachment name (filename).
getOutputStream() - Method in class com.stc.connector.emailadapter.appconn.AttachmentDataSource
This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getPasswordRecv() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getPasswordSend() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getPortRecv() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getPortSend() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getProperties() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
Returns the contained Properties object for use during session construction.
getProviders() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets a list of Cryptographic Service Provider (provider).
getReplyTo() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Gets the EmailAddress of the ReplyTo.
getSema() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Returns the semi-semaphore for this activation.
getSendStatus() - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageResponse
Gets the hasMessage property.
getSessionAuth() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getSSLServerSocketFactoryImpl() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets the default SSL Server Socket Factory implementation.
getSSLSocketFactoryImpl() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets the default SSL Socket Factory implementation.
getSubject() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Gets the subject of the email message.
getSupportedCipherSuites() - Method in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
Get the supported cipher suites.
getTextEncoding() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getTo(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the To EmailAddress at index i.
getTo() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Get the To EmailAddress collection as an array of EmailAddress.
getTrustManagerAlgorithm() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets the default Trust Manager Algorithm name previously set.
getTrustStore() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default trust store previously set.
getTrustStorePassword() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default trust store password previously set.
getTrustStoreType() - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Gets the default trust store type previously set.
getUserRecv() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getUserSend() - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
getWorkManager() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Gets the WorkManager.
getX509CertificateImpl() - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Gets the X509Certificate implementation.
getXAResource() - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Get the XAResource from the current active eWay endpoint.
getXAResource() - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Get an XAResource instance for global transaction demaracation.

H

handleSystemProperty(String, String, String) - Method in class com.stc.connector.emailadapter.eway.EmailEwayUtils
 
hasMessage(EmailConfiguration) - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Determines whether there are message(s) to be received.
hasMessage(EmailConfiguration) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Determines whether there are message(s) to be received.
hasMessage() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Determines whether there are any message(s) to be received.
hasMessage() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Determines whether there are any message(s) to be received.
hasMessage(EmailWebHasMessageRequest) - Method in class com.stc.connector.emailadapter.webservice.EmailWebService
Web service hasMessage operation.

I

initialize(ConfigurationHelper) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
Initialize the EmailConfiguration instance with the Properties bundle.
initialize() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Initialize the internal state of the message.
initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo, MonitorDataContainer) - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Initialize the EwayConnection.
insertProviderAt(String, int) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Add a Cryptographic Service Provider (provider).
invalidateConnection() - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
This is called by the ManagedConnection to invalidate the connection handle.
isClosed() - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Check whether the Connection instance was already closed (if close was previously called).
isStarted() - Method in class com.stc.connector.emailadapter.eway.EmailInboundTimerTask
 
isStarted() - Method in class com.stc.connector.emailadapter.eway.EmailInboundWork
 

M

matchConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Determines whether this instance of the EwayConnection matches the the connection request with the connection information in Subject and/or ConnectionRequestInfo.

N

newConfiguration() - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Return a new EmailConfiguration instance populated with the default configuration values.

O

onEmailMessage(EmailMessage) - Method in interface com.stc.connector.emailadapter.eway.EmailListener
Process the e-Mail message received.

P

persist(DataOutput) - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageRequest
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageResponse
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageRequest
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageResponse
Persists (serialize) this message.
processInMessage(MimeMessage, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Process in the message specified in msg
processInSimpleMessage(MimePart, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Process in the simple message specified in part
processOutAttachment(MimeMultipart, EmailMessage, String, String) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Process out the Attachment parts of the message
processOutMsgTextHTML(MimePart, EmailMessage, String) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Process out the MsgText and MsgHTML parts of the message.
processRecipients(MimeMessage, Message.RecipientType, boolean, EmailMessage, String, String) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Process out the recipients of this message by parsing the addresses.

R

readFrom(InputStream) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Reads the attachment file from the InputStream is and stores its content into internal buffer provided by the ByteArrayOutputStream bas.
reassociateConnection(ManagedConnectionCallback) - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection.
receiveMessage(EmailConfiguration, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Receive the next available message.
receiveMessage(EmailConfiguration, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Receive the next available message.
receiveMessage() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Receives the next email message.
receiveMessage() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Receives the next email message.
receiveMessage(EmailWebReceiveMessageRequest) - Method in class com.stc.connector.emailadapter.webservice.EmailWebService
Web service receiveMessage operation.
release() - Method in class com.stc.connector.emailadapter.eway.EmailInboundWork
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
removeAttachment(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Removes the EmailAttachment at index i.
removeBcc(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Removes the BCC EmailAddress at index i.
removeCc(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Removes the CC EmailAddress at index i.
removeTo(int) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Removes the To EmailAddress at index i.
reset() - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Resets this instance of EmailAddress.
reset() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Initializes the email configuration to the default configuration and initializes the email message to an empty message.
reset() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Initializes the email configuration to the default configuration and initializes the email message to an empty message.
reset() - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
 
restore(DataInput) - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageResponse
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageResponse
Restore (deserialize) this message.
retrieveContentType() - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Get the content type based on the attributes set.
run() - Method in class com.stc.connector.emailadapter.eway.EmailInboundTimerTask
Main processing method for the EmailInboundTimerTask object
run() - Method in class com.stc.connector.emailadapter.eway.EmailInboundWork
Main processing method for the EmailInboundWork object

S

sendMessage(EmailConfiguration, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailApplicationConnection
Send the message specified in the end user properties.
sendMessage(EmailConfiguration, EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailClientAgent
Send the message specified in the end user properties.
sendMessage() - Method in interface com.stc.connector.emailadapter.appconn.EmailClientApplication
Sends the email message set in the EmailMessage.
sendMessage() - Method in class com.stc.connector.emailadapter.appconn.EmailClientApplicationImpl
Sends the email message set in the EmailMessage.
sendMessage(EmailWebSendMessageRequest) - Method in class com.stc.connector.emailadapter.webservice.EmailWebService
Web service sendMessage operation.
setAddress(String) - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Set the email address.
setAttachment(int, EmailAttachment) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the EmailAttachment at index i in the collection.
setAttachment(EmailAttachment[]) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the EmailAttachment collection.
setBcc(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the BCC EmailAddress at index i in the collection.
setBcc(EmailAddress[]) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the BCC EmailAddress collection.
setCc(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the CC EmailAddress at index i in the collection.
setCc(EmailAddress[]) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the CC EmailAddress collection.
setCharSet(String) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Deprecated. This method has been deprecated and exception will be thrown; Set the encoding in the configuration.
setCheckAuthRecv(boolean) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setCheckAuthSend(boolean) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setContent(byte[]) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Sets the attachment content.
setContent(ByteArrayOutputStream) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Set the content type as a ByteArrayOutputStream.
setContentType(String) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Sets the attachment content type (MIME).
setEmailConfiguration(EmailConfiguration) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageRequest
Sets the EmailConfiguration instance.
setEmailConfiguration(EmailConfiguration) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageRequest
Sets the EmailConfiguration instance.
setEmailConfiguration(EmailConfiguration) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Sets the EmailConfiguration instance.
setEmailMessage(EmailMessage) - Method in interface com.stc.connector.emailadapter.appconn.EmailMessageContainer
Sets the EmailMessage instance.
setEmailMessage(EmailMessage) - Method in class com.stc.connector.emailadapter.appconn.EmailMessageContainerImpl
Sets the EmailMessage instance.
setEmailMessage(EmailMessage) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Sets the EmailMessage instance.
setEmailMessage(EmailMessage) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageRequest
Sets the EmailMessage instance.
setFault(EmailWebFaultMessage) - Method in class com.stc.connector.emailadapter.webservice.EmailWebFaultMessage
Sets the fault message part.
setHasMessage(boolean) - Method in class com.stc.connector.emailadapter.webservice.EmailWebHasMessageResponse
Sets the hasMessage property.
setHasMore(boolean) - Method in class com.stc.connector.emailadapter.webservice.EmailWebReceiveMessageResponse
Sets the hasMore property.
setHeaderEncoding(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setHostRecv(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setHostSend(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setKeyManagerAlgorithm(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Sets the default Key Manager Algorithm name.
setKeyStore(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default key store file.
setKeyStorePassword(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default key store password.
setKeyStoreType(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default key store type.
setMonitor(ObjectReference) - Method in class com.stc.connector.emailadapter.eway.EmailEndpoint
Sets the eWay ActivationSpec MBean.
setMonitor(ObjectReference) - Method in class com.stc.connector.emailadapter.eway.EmailEwayConnection
Implementing the STCManagedSlave interface to set up/register a callback so that the connector framework can initialize the Mbean for this eway
setMsgHTML(String) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the html message of the email message body.
setMsgText(String) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the text message of the email message body.
setName(String) - Method in class com.stc.connector.emailadapter.appconn.EmailAddress
Set the name.
setName(String) - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Sets the attachment name (filename).
setPasswordRecv(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setPasswordSend(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setPortRecv(int) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setPortSend(int) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setSendStatus(boolean) - Method in class com.stc.connector.emailadapter.webservice.EmailWebSendMessageResponse
Sets the sendStatus property.
setSessionAuth(boolean) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setSSLServerSocketFactoryImpl(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Sets the default SSL Server Socket Factory implementation.
setSSLSocketFactoryImpl(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Sets the default SSL Socket Factory implementation.
setSubject(String) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the subject of the email message.
setTextEncoding(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setTo(int, EmailAddress) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the To EmailAddress at index i in the collection.
setTo(EmailAddress[]) - Method in class com.stc.connector.emailadapter.appconn.EmailMessage
Sets the To EmailAddress collection.
setTrustManagerAlgorithm(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Sets the default Trust Manager Algorithm name.
setTrustStore(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default trust store.
setTrustStorePassword(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default trust store password.
setTrustStoreType(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSystemProperties
Sets the default trust store type.
setUserRecv(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setUserSend(String) - Method in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
setX509CertificateImpl(String) - Static method in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
Sets the X509Certificate implementation.
SSL_FACTORY - Static variable in class com.stc.connector.emailadapter.appconn.EmailConfiguration
 
start() - Method in class com.stc.connector.emailadapter.eway.EmailInboundTimerTask
 
start() - Method in class com.stc.connector.emailadapter.eway.EmailInboundWork
 
stop() - Method in class com.stc.connector.emailadapter.eway.EmailInboundTimerTask
 
stop() - Method in class com.stc.connector.emailadapter.eway.EmailInboundWork
 

T

toString() - Method in class com.stc.connector.emailadapter.appconn.EmailAttachment
Return the information of this EmailAttachment.
trustStore - Static variable in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
 
trustStorePassword - Static variable in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
 
trustStoreType - Static variable in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
 

X

X509_CERTIFICATE_IMPL_PROPERTY - Static variable in class com.stc.connector.emailadapter.appconn.EmailSecurityProperties
X509 Certificate implementation property
x509Algorithm - Static variable in class com.stc.connector.emailadapter.appconn.EmailSSLSocketFactory
 

_

_AttachmentFile - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_Bcc - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_Cc - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_CharSet - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_From - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_MsgHTML - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_MsgText - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_ReplyTo - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_Subject - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 
_To - Variable in class com.stc.connector.emailadapter.appconn.EmailMessage
 

A C D E F G H I M N O P R S T X _
Sun Adapter for e-Mail API