wt.ixb.conflictFramework
Class StandardConflictFrameworkService.ImportHandler
java.lang.Object
wt.ixb.publicforapps.ApplicationImportHandlerTemplate
wt.ixb.conflictFramework.StandardConflictFrameworkService.ImportHandler
- All Implemented Interfaces:
- ApplicationExpImportHandler, ApplicationImportHandler
- Enclosing class:
- StandardConflictFrameworkService
- private class StandardConflictFrameworkService.ImportHandler
- extends ApplicationImportHandlerTemplate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_jar
IXBJarReader m_jar
StandardConflictFrameworkService.ImportHandler
StandardConflictFrameworkService.ImportHandler(IXBJarReader jar)
getContentAsInputStream
public InputStream getContentAsInputStream(String contentId)
throws WTException
- Description copied from class:
ApplicationImportHandlerTemplate
- Returns InputStream representing input information for import process
Supported API: true
- Specified by:
getContentAsInputStream
in interface ApplicationImportHandler
- Overrides:
getContentAsInputStream
in class ApplicationImportHandlerTemplate
- Parameters:
contentId
- The unique id to identify the content data, such as the file name (including the path) in a jar file.
- Returns:
- InputStream
- Throws:
WTException