Uses of Class
org.openiam.mq.constants.api.common.LanguageAPI
-
Packages that use LanguageAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.common -
-
Uses of LanguageAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type LanguageAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<LanguageAPI,BaseCrudServiceRequest>
LanguageListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<LanguageAPI,BaseSearchServiceRequest>
LanguageListener. getSearchRequestProcessor()
-
Uses of LanguageAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return LanguageAPI Modifier and Type Method Description static LanguageAPI
LanguageAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static LanguageAPI[]
LanguageAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-