Package ai.wanaku.provider.ftp
Class FTPResourceDelegate
java.lang.Object
ai.wanaku.core.capabilities.provider.AbstractResourceDelegate
ai.wanaku.provider.ftp.FTPResourceDelegate
- All Implemented Interfaces:
ProvisionAware,RegisterAware,ResourceAcquirerDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoerceResponse(Object response) protected StringgetEndpointUri(ResourceRequest request, ai.wanaku.core.config.provider.api.ConfigResource configResource) Methods inherited from class ai.wanaku.core.capabilities.provider.AbstractResourceDelegate
acquire, deregister, init, provision, register
-
Constructor Details
-
FTPResourceDelegate
public FTPResourceDelegate()
-
-
Method Details
-
getEndpointUri
protected String getEndpointUri(ResourceRequest request, ai.wanaku.core.config.provider.api.ConfigResource configResource) - 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
-