public class InputAdapterExtensionServiceImpl extends Object implements InputAdapterExtensionService
| Constructor and Description |
|---|
InputAdapterExtensionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ContentTransformer |
getContentTransformer(String type)
return content transformer for the given type.
|
ContentValidator |
getContentValidator(String type)
return content validator for the given type.
|
ContentTransformer |
getDefaultContentTransformer()
return default content transformer for the given type.
|
ContentValidator |
getDefaultContentValidator()
return default content validator for the given type.
|
public ContentValidator getContentValidator(String type)
InputAdapterExtensionServicegetContentValidator in interface InputAdapterExtensionServicetype - type of the content validatorpublic ContentValidator getDefaultContentValidator()
InputAdapterExtensionServicegetDefaultContentValidator in interface InputAdapterExtensionServicepublic ContentTransformer getContentTransformer(String type)
InputAdapterExtensionServicegetContentTransformer in interface InputAdapterExtensionServicetype - of the content transfomerpublic ContentTransformer getDefaultContentTransformer()
InputAdapterExtensionServicegetDefaultContentTransformer in interface InputAdapterExtensionServiceCopyright © 2017 WSO2. All rights reserved.