Fabric3 FTP Binding

org.fabric3.binding.ftp.runtime
Class FtpTargetInterceptor

java.lang.Object
  extended by org.fabric3.binding.ftp.runtime.FtpTargetInterceptor
All Implemented Interfaces:
org.fabric3.spi.wire.Interceptor

public class FtpTargetInterceptor
extends Object
implements org.fabric3.spi.wire.Interceptor

Version:
$Revision$ $Date$

Constructor Summary
FtpTargetInterceptor(URI uri, FtpSecurity security, boolean active)
           
 
Method Summary
 org.fabric3.spi.wire.Interceptor getNext()
           
 org.fabric3.spi.invocation.Message invoke(org.fabric3.spi.invocation.Message msg)
           
 void setNext(org.fabric3.spi.wire.Interceptor next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpTargetInterceptor

public FtpTargetInterceptor(URI uri,
                            FtpSecurity security,
                            boolean active)
Method Detail

getNext

public org.fabric3.spi.wire.Interceptor getNext()
Specified by:
getNext in interface org.fabric3.spi.wire.Interceptor

invoke

public org.fabric3.spi.invocation.Message invoke(org.fabric3.spi.invocation.Message msg)
Specified by:
invoke in interface org.fabric3.spi.wire.Interceptor

setNext

public void setNext(org.fabric3.spi.wire.Interceptor next)
Specified by:
setNext in interface org.fabric3.spi.wire.Interceptor

Fabric3 FTP Binding

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