Package ai.wanaku.provider.ftp
Class FTPResourceDelegate
java.lang.Object
ai.wanaku.core.services.provider.AbstractResourceDelegate
ai.wanaku.provider.ftp.FTPResourceDelegate
- All Implemented Interfaces:
ConfigurableDelegate,RegisterAware,ResourceAcquirerDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoerceResponse(Object response) protected StringgetEndpointUri(ResourceRequest request, Map<String, String> parameters) Methods inherited from class ai.wanaku.core.services.provider.AbstractResourceDelegate
acquire, componentOptions, credentialsConfigurations, deregister, mergeParameters, register
-
Constructor Details
-
FTPResourceDelegate
public FTPResourceDelegate()
-
-
Method Details
-
getEndpointUri
- Specified by:
getEndpointUriin classAbstractResourceDelegate
-
coerceResponse
protected List<String> coerceResponse(Object response) throws ai.wanaku.api.exceptions.InvalidResponseTypeException, ai.wanaku.api.exceptions.NonConvertableResponseException - Specified by:
coerceResponsein classAbstractResourceDelegate- Throws:
ai.wanaku.api.exceptions.InvalidResponseTypeExceptionai.wanaku.api.exceptions.NonConvertableResponseException
-
serviceConfigurations
- Specified by:
serviceConfigurationsin interfaceConfigurableDelegate- Overrides:
serviceConfigurationsin classAbstractResourceDelegate
-