Uses of Class
org.ow2.petals.bc.sftp.ConfigurationException

Packages that use ConfigurationException
org.ow2.petals.bc.sftp.authentication   
org.ow2.petals.bc.sftp.connection   
org.ow2.petals.bc.sftp.service   
 

Uses of ConfigurationException in org.ow2.petals.bc.sftp.authentication
 

Constructors in org.ow2.petals.bc.sftp.authentication that throw ConfigurationException
SshAuthentication(java.lang.String user)
          Default constructor.
SshPasswordAuthentication(java.lang.String user, java.lang.String password)
          Default constructor.
SshPublicKeyAuthentication(java.lang.String user, java.lang.String pathToPrivateKey, java.lang.String passphrase)
          Default constructor.
 

Uses of ConfigurationException in org.ow2.petals.bc.sftp.connection
 

Methods in org.ow2.petals.bc.sftp.connection that throw ConfigurationException
static SFTPConnectionInfo SFTPConnectionInfoBuilder.buildSFTPConnectionInfo(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions, org.ow2.petals.component.framework.jbidescriptor.generated.Retrypolicy retryPolicy)
          TODO: move that in a Validator extension Builds a new instance of SFTPConnectionInfo using the information given in the service unit descriptor.
static SFTPConnectionInfo SFTPConnectionInfoBuilder.buildSFTPConnectionInfo(org.w3c.dom.Node node)
          Builds a new instance of SFTPConnection info using the informations from the given node.
 

Constructors in org.ow2.petals.bc.sftp.connection that throw ConfigurationException
SFTPConnectionInfo(java.lang.String server, java.lang.String port, SshAuthentication sshAuthentication, java.lang.String directory, boolean overwrite)
           
 

Uses of ConfigurationException in org.ow2.petals.bc.sftp.service
 

Methods in org.ow2.petals.bc.sftp.service that throw ConfigurationException
 void SFTPService.processDel(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inDocument, WrappedSftpClient client)
           
 void SFTPService.processGET(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inDocument, WrappedSftpClient client)
          Gets the specified file from the SFTP server.
 void SFTPService.processGetAsAttachment(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inDocument, WrappedSftpClient client)
          Gets the specified file from the SFTP server.
 void SFTPService.processMGET(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inDocument, WrappedSftpClient client)
          Gets the specified files from the SFTP server.
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.