Package org.apache.uima.resource
Interface MailMessagingSpecifier
-
- All Superinterfaces:
java.lang.Cloneable,MessagingSpecifier,MetaDataObject,ResourceServiceSpecifier,ResourceSpecifier,java.io.Serializable,XMLizable
public interface MailMessagingSpecifier extends MessagingSpecifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHostImapPort()Returns the hostImapPort.intgetHostSmtpPort()Returns the hostSmtpPort.intgetTargetImapPort()Returns the targetImapPort.intgetTargetSmtpPort()Returns the targetSmtpPort.voidsetHostImapPort(int hostImapPort)Sets the hostImapPort.voidsetHostSmtpPort(int hostSmtpPort)Sets the hostSmtpPort.voidsetTargetImapPort(int targetImapPort)Sets the targetImapPort.voidsetTargetSmtpPort(int targetSmtpPort)Sets the targetSmtpPort.-
Methods inherited from interface org.apache.uima.resource.MessagingSpecifier
getHostAddress, getHostMessagingServer, getHostPassword, getHostUser, getMessagingType, getTargetAddress, getTargetMessagingServer, getTargetPassword, getTargetUser, getTimeout, setHostAddress, setHostMessagingServer, setHostPassword, setHostUser, setMessagingType, setTargetAddress, setTargetMessagingServer, setTargetPassword, setTargetUser, setTimeout
-
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
-
-
-
Method Detail
-
getHostImapPort
int getHostImapPort()
Returns the hostImapPort.- Returns:
- int
-
getHostSmtpPort
int getHostSmtpPort()
Returns the hostSmtpPort.- Returns:
- int
-
getTargetImapPort
int getTargetImapPort()
Returns the targetImapPort.- Returns:
- int
-
getTargetSmtpPort
int getTargetSmtpPort()
Returns the targetSmtpPort.- Returns:
- int
-
setHostImapPort
void setHostImapPort(int hostImapPort)
Sets the hostImapPort.- Parameters:
hostImapPort- The hostImapPort to set
-
setHostSmtpPort
void setHostSmtpPort(int hostSmtpPort)
Sets the hostSmtpPort.- Parameters:
hostSmtpPort- The hostSmtpPort to set
-
setTargetImapPort
void setTargetImapPort(int targetImapPort)
Sets the targetImapPort.- Parameters:
targetImapPort- The targetImapPort to set
-
setTargetSmtpPort
void setTargetSmtpPort(int targetSmtpPort)
Sets the targetSmtpPort.- Parameters:
targetSmtpPort- The targetSmtpPort to set
-
-