complexType "ftpConnectorType"
Namespace:
Content:
complex, 12 attributes, 6 elements
Defined:
globally in mule-ftp.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    pollingFrequency
 = 
(xsd:string | xsd:long)
    outputPattern
 = 
xsd:string
    binary
 = 
(xsd:string | xsd:boolean)
    passive
 = 
(xsd:string | xsd:boolean)
    streaming
 = 
(xsd:string | xsd:boolean)
    connectionFactoryClass
 = 
(xsd:string | xsd:string)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, file:abstract-filenameParser?
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      ftpConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ftpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:sequence maxOccurs="1" minOccurs="0">
<xsd:element ref="file:abstract-filenameParser"/>
</xsd:sequence>
<xsd:attributeGroup ref="inboundAttributes"/>
<xsd:attributeGroup ref="outboundAttributes"/>
<xsd:attributeGroup ref="commonAttributes"/>
<xsd:attribute name="streaming" type="mule:substitutableBoolean"/>
<xsd:attribute name="connectionFactoryClass" type="mule:substitutableClass"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/12)
connectionFactoryClass
Type:
Use:
optional
A class that extends FtpConnectionFactory. The FtpConnectionFactory is responsible for creating a connection to the server using the credentials provided by the endpoint. The default implementation supplied with Mule uses the Commons Net project from Apache.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="connectionFactoryClass" type="mule:substitutableClass"/>

streaming
Type:
Use:
optional
Whether an InputStream should be sent as the message payload (if true) or a byte array (if false). Default is false.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="streaming" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined in this component only; 1/6)
file:abstract-filenameParser
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
The filenameParser is used when writing files to an FTP server. The parser will convert the outputPattern attribute to a string using the parser and the current message. To add a parser to your configuration, you import the "file" namespace into your XML configuration. For more information about filenameParsers, see the [File Transport].
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="file:abstract-filenameParser"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.