com.admc.jamama.dtd
Interface Config
- All Superinterfaces:
- ConfigType
- All Known Implementing Classes:
- ConfigImpl
- public interface Config
- extends ConfigType
Java content class for config element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="config">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="instances">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="mailFolderFileRepository">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="jamamaDirector">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="run" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="smtpServerRouter">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="run" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="MX4JHttpAdaptor">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="run" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="smtpRouter">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="mitFileRepository">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="proxyServer">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="listenHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listenPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="targetHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cacert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mycert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mypwd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="run" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pipeline" minOccurs="0">
<list itemType="{http://www.w3.org/2001/XMLSchema}string" />
</element>
</all>
</restriction>
</complexContent>
</complexType>
</element>