Fabric3 FTP Binding

org.fabric3.binding.ftp.runtime
Class BindingFtpLet

java.lang.Object
  extended by org.fabric3.binding.ftp.runtime.BindingFtpLet
All Implemented Interfaces:
org.fabric3.ftp.api.FtpLet

public class BindingFtpLet
extends Object
implements org.fabric3.ftp.api.FtpLet

Handles incoming FTP puts from the protocol stack.

Version:
$Revision$ $Date$

Constructor Summary
BindingFtpLet(String servicePath, org.fabric3.spi.wire.Wire wire, BindingMonitor monitor)
           
 
Method Summary
 boolean onUpload(String fileName, InputStream uploadData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingFtpLet

public BindingFtpLet(String servicePath,
                     org.fabric3.spi.wire.Wire wire,
                     BindingMonitor monitor)
Method Detail

onUpload

public boolean onUpload(String fileName,
                        InputStream uploadData)
                 throws Exception
Specified by:
onUpload in interface org.fabric3.ftp.api.FtpLet
Throws:
Exception

Fabric3 FTP Binding

Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.