org.cruxframework.crux.core.server.rest.core.dispatch
Class RequestProcessorContext

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.dispatch.RequestProcessorContext

public class RequestProcessorContext
extends Object

Author:
Gesse Dafe

Field Summary
protected  Class<?> targetClass
           
protected  Method targetMethod
           
 
Constructor Summary
RequestProcessorContext()
           
 
Method Summary
 Class<?> getTargetClass()
           
 Method getTargetMethod()
           
 void setTargetClass(Class<?> targetClass)
           
 void setTargetMethod(Method targetMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetMethod

protected Method targetMethod

targetClass

protected Class<?> targetClass
Constructor Detail

RequestProcessorContext

public RequestProcessorContext()
Method Detail

getTargetMethod

public Method getTargetMethod()

setTargetMethod

public void setTargetMethod(Method targetMethod)

getTargetClass

public Class<?> getTargetClass()

setTargetClass

public void setTargetClass(Class<?> targetClass)


Copyright © 2014. All rights reserved.