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)
InputAdapterExtensionService
getContentValidator
in interface InputAdapterExtensionService
type
- type of the content validatorpublic ContentValidator getDefaultContentValidator()
InputAdapterExtensionService
getDefaultContentValidator
in interface InputAdapterExtensionService
public ContentTransformer getContentTransformer(String type)
InputAdapterExtensionService
getContentTransformer
in interface InputAdapterExtensionService
type
- of the content transfomerpublic ContentTransformer getDefaultContentTransformer()
InputAdapterExtensionService
getDefaultContentTransformer
in interface InputAdapterExtensionService
Copyright © 2017 WSO2. All rights reserved.