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