com.sun.jersey.server.impl.ejb
Class EJBRequestDispatcherProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
All Implemented Interfaces:
ResourceMethodDispatchProvider

public class EJBRequestDispatcherProvider
extends java.lang.Object
implements ResourceMethodDispatchProvider

Author:
japod

Constructor Summary
EJBRequestDispatcherProvider()
           
 
Method Summary
 RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
          Create a RequestDispatcher for a resource method of a resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBRequestDispatcherProvider

public EJBRequestDispatcherProvider()
Method Detail

create

public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
Description copied from interface: ResourceMethodDispatchProvider
Create a RequestDispatcher for a resource method of a resource.

Specified by:
create in interface ResourceMethodDispatchProvider
Parameters:
abstractResourceMethod - the abstract resource method.
Returns:
the request dispatcher, otherwise null if it could not be created for the abstract resource method.


Copyright © 2014 Oracle Corporation. All Rights Reserved.