All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runhasdal.livecycle.sftp-connector.1.0.source-code.component.xml Maven / Gradle / Ivy

<component xmlns="http://adobe.com/idp/dsc/component/document">
    <component-id>sftp-connector</component-id>
    <version>1.0</version>
    <bootstrap-class>com.github.harunhasdal.livecycle.sftp.BootstrapImpl</bootstrap-class>
    <lifecycle-class>com.github.harunhasdal.livecycle.sftp.LifeCycleImpl</lifecycle-class>
    <services>
        <service name="SFTPConnector">
            <implementation-class>com.github.harunhasdal.livecycle.sftp.SFTPConnectorImpl</implementation-class>
            <small-icon>sftpicon.png</small-icon>
            <large-icon>sftpicon.png</large-icon>
            <auto-deploy service-id="SFTPConnector" minor-version="0" major-version="1" category-id="CustomUtilities"/>
            <operations>
                <operation name="writeDocument">
                    <input-parameter type="com.adobe.idp.Document" title="Input Document" name="input"/>
                    <input-parameter type="java.lang.String" title="Target Path" name="targetPath"/>
                    <input-parameter type="java.util.Map" title="Connection Parameters" name="connectionParams"/>
                    <faults>
                        <fault name="SFTPTransferException" type="com.github.harunhasdal.livecycle.sftp.SFTPTransferException" />
                        <fault name="SFTPParameterException" type="com.github.harunhasdal.livecycle.sftp.SFTPParameterException" />
                    </faults>
                </operation>
            </operations>
        </service>
    </services>
</component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy