Class MailTransportType
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.MailTransportType
- Direct Known Subclasses:
SMTPSType,SMTPTLSType,SMTPType
The base type of mail transport configurations.
Java class for MailTransportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MailTransportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MailTransportType
public MailTransportType()
-