public class FlowFileStorageProvider extends Object implements FileStorageProvider
Constructor and Description |
---|
FlowFileStorageProvider(String flowName,
org.mule.api.MuleContext muleContext,
String fileUrl)
Deprecated.
|
FlowFileStorageProvider(String flowName,
String fileUrl) |
Modifier and Type | Method and Description |
---|---|
String |
store(InputStream file)
Deprecated.
|
String |
store(org.mule.api.MuleEvent muleEvent,
InputStream file) |
@Deprecated public FlowFileStorageProvider(String flowName, org.mule.api.MuleContext muleContext, String fileUrl)
public String store(org.mule.api.MuleEvent muleEvent, InputStream file) throws Exception
store
in interface FileStorageProvider
Exception
@Deprecated public String store(InputStream file) throws Exception
store
in interface FileStorageProvider
Exception
Copyright © 2010–2016. All rights reserved.