org.apache.openejb.server.cxf.rs
Class CxfRESTResourceFinder

java.lang.Object
  extended by org.apache.openejb.server.cxf.rs.CxfRESTResourceFinder
All Implemented Interfaces:
org.apache.openejb.rest.RESTResourceFinder

public class CxfRESTResourceFinder
extends Object
implements org.apache.openejb.rest.RESTResourceFinder


Constructor Summary
CxfRESTResourceFinder()
           
 
Method Summary
<T> T
find(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfRESTResourceFinder

public CxfRESTResourceFinder()
Method Detail

find

public <T> T find(Class<T> clazz)
Specified by:
find in interface org.apache.openejb.rest.RESTResourceFinder


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.