com.intel.gpe.clients.api.fts.sftp
Interface SFTPFileTransferClient
- All Superinterfaces:
- FileTransferClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient
public interface SFTPFileTransferClient
- extends FileTransferClient
Method Summary |
java.net.URI |
getFileURI()
Get SFTP file URI (in the form sftp://host:port/path). |
java.lang.String |
getUserProfileRepositoryServiceURL()
Get URL of UserProfileRepositoryService
which can be used to establish SFTP connection. |
getFileURI
java.net.URI getFileURI()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException,
java.net.URISyntaxException
- Get SFTP file URI (in the form sftp://host:port/path).
- Returns:
-
- Throws:
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException
java.net.URISyntaxException
getUserProfileRepositoryServiceURL
java.lang.String getUserProfileRepositoryServiceURL()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
- Get URL of UserProfileRepositoryService
which can be used to establish SFTP connection.
- Returns:
-
- Throws:
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException
Copyright © 2008. All Rights Reserved.