public interface ConverterPlugin
Title: Open Service Framework
Description: Base interface for the converter plugin
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convert(java.lang.Object source)
Performs conversion of one SDO into another.
|
java.lang.String |
getDescription()
Returns short description of the converter plugin.
|
int |
getVersion()
Returns a version of this converter plugin.
|
int getVersion()
java.lang.String getDescription()
java.lang.Object convert(java.lang.Object source) throws ConverterException
source
- source SDO for the conversionConverterException
- if something goes wrong during the conversionCopyright © 2015-2024 StreamScape Technologies. All rights reserved.