com.sun.jersey.server.impl.model.method.dispatch
Class VoidVoidDispatchProvider.VoidVoidMethodInvoker

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
      extended by com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
All Implemented Interfaces:
RequestDispatcher
Enclosing class:
VoidVoidDispatchProvider

public static final class VoidVoidDispatchProvider.VoidVoidMethodInvoker
extends ResourceJavaMethodDispatcher


Field Summary
 
Fields inherited from class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
method
 
Constructor Summary
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod abstractResourceMethod)
           
 
Method Summary
 void _dispatch(java.lang.Object resource, HttpContext context)
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
dispatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoidVoidDispatchProvider.VoidVoidMethodInvoker

public VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod abstractResourceMethod)
Method Detail

_dispatch

public void _dispatch(java.lang.Object resource,
                      HttpContext context)
               throws java.lang.IllegalAccessException,
                      java.lang.reflect.InvocationTargetException
Specified by:
_dispatch in class ResourceJavaMethodDispatcher
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.