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

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

public class RestDispatcher
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
RestDispatcher()
           
 
Method Summary
static ResourceMethod.MethodReturn dispatch(HttpRequest request, HttpResponse response, boolean preflightRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestDispatcher

public RestDispatcher()
Method Detail

dispatch

public static ResourceMethod.MethodReturn dispatch(HttpRequest request,
                                                   HttpResponse response,
                                                   boolean preflightRequest)
                                            throws RestFailure
Throws:
RestFailure


Copyright © 2014. All rights reserved.