org.fabric3.binding.ftp.runtime
Class BindingFtpLet
java.lang.Object
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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingFtpLet
public BindingFtpLet(String servicePath,
org.fabric3.spi.wire.Wire wire,
BindingMonitor monitor)
onUpload
public boolean onUpload(String fileName,
InputStream uploadData)
throws Exception
- Specified by:
onUpload in interface org.fabric3.ftp.api.FtpLet
- Throws:
Exception
Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.