Package com.webmethods.rtl.locator
Interface IStreamLocator
- All Known Subinterfaces:
IStreamLocatorFactory
public interface IStreamLocator
IStreamLocator provides a common way to obtain an
InputStream
from any given location that has arbitrary protocols.-
Method Summary
Modifier and TypeMethodDescriptiongetLocationStream
(String location) getPersistentStream
(String location) getRealLocation
(String location) void
init
(Properties properties)
-
Method Details
-
init
- Throws:
IOException
-
getProtocol
- Throws:
IOException
-
getLocationStream
- Throws:
IOException
-
getRealLocation
- Throws:
IOException
-
getPersistentStream
- Throws:
IOException
-