org.fabric3.binding.ftp.runtime
Class FtpTargetInterceptor
java.lang.Object
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$
|
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 |
FtpTargetInterceptor
public FtpTargetInterceptor(URI uri,
FtpSecurity security,
boolean active)
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
Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.