org.shiftone.jrat.core.config
Class Handler

java.lang.Object
  extended by org.shiftone.jrat.core.config.Handler

public class Handler
extends java.lang.Object

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
Handler()
           
 
Method Summary
 MethodHandlerFactory buildMethodHandlerFactory()
          column a new instance of a configured factory
 java.lang.String getClassName()
           
 java.util.Map getProperties()
           
 void setClassName(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

getProperties

public java.util.Map getProperties()

buildMethodHandlerFactory

public MethodHandlerFactory buildMethodHandlerFactory()
column a new instance of a configured factory