Fabric3 FTP Binding

org.fabric3.binding.ftp.scdl
Class FtpBindingDefinition

java.lang.Object
  extended by org.fabric3.scdl.ModelObject
      extended by org.fabric3.scdl.AbstractPolicyAware
          extended by org.fabric3.scdl.BindingDefinition
              extended by org.fabric3.binding.ftp.scdl.FtpBindingDefinition
All Implemented Interfaces:
Serializable, org.fabric3.scdl.PolicyAware

public class FtpBindingDefinition
extends org.fabric3.scdl.BindingDefinition

Binding definition loaded from the SCDL.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FtpBindingDefinition(URI uri, TransferMode transferMode)
          Initializes the binding type.
 
Method Summary
 TransferMode getTransferMode()
          Gets the transfer mode.
 
Methods inherited from class org.fabric3.scdl.BindingDefinition
getTargetUri, getType
 
Methods inherited from class org.fabric3.scdl.AbstractPolicyAware
addIntent, addIntents, addPolicySet, addPolicySets, getIntents, getPolicySets, setIntents, setPolicySets
 
Methods inherited from class org.fabric3.scdl.ModelObject
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpBindingDefinition

public FtpBindingDefinition(URI uri,
                            TransferMode transferMode)
Initializes the binding type.

Parameters:
URI - Target URI.
Method Detail

getTransferMode

public TransferMode getTransferMode()
Gets the transfer mode.

Returns:
File transfer mode.

Fabric3 FTP Binding

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