public interface HandlerBuilder | Modifier and Type | Method and Description | 
|---|---|
HandlerWrapper |  build(Map<String,Object> config) Creates the handler   |  
String |  defaultParameter()  |  
String |  name() The string representation of the handler name.   |  
Map<String,Class<?>> |  parameters() Returns a map of parameters and their types.   |  
Set<String> |  requiredParameters()  |  
String name()
String defaultParameter()
HandlerWrapper build(Map<String,Object> config)
config - The handler configCopyright © 2017 JBoss by Red Hat. All rights reserved.