org.apache.beehive.netui.util.config.bean
Class HandlerConfig

Object
  extended by HandlerConfig

public class HandlerConfig
extends Object


Constructor Summary
HandlerConfig(String handlerClass, CustomPropertyConfig[] customProperties)
           
 
Method Summary
 CustomPropertyConfig[] getCustomProperties()
           
 String getHandlerClass()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerConfig

public HandlerConfig(String handlerClass,
                     CustomPropertyConfig[] customProperties)
Method Detail

getHandlerClass

public String getHandlerClass()

getCustomProperties

public CustomPropertyConfig[] getCustomProperties()