Interface MailResourceIntf

  • All Known Implementing Classes:
    MailBean

    public interface MailResourceIntf
    • Method Detail

      • getDescription

        String getDescription()
      • isEnabled

        boolean isEnabled()
      • getProperties

        Set getProperties()
      • getType

        int getType()
      • getResType

        String getResType()
      • getFactoryClass

        String getFactoryClass()
      • getStoreProtocol

        String getStoreProtocol()
      • getStoreProtocolClass

        String getStoreProtocolClass()
      • getTransportProtocol

        String getTransportProtocol()
      • getTransportProtocolClass

        String getTransportProtocolClass()
      • getMailHost

        String getMailHost()
      • getUsername

        String getUsername()
      • getPassword

        String getPassword()
      • getAuth

        boolean getAuth()
      • getMailFrom

        String getMailFrom()
      • isDebug

        boolean isDebug()