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

java.lang.Object
  extended by org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker
All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker

public class AutoJAXRSInvoker
extends Object
implements org.apache.cxf.service.invoker.Invoker


Constructor Summary
AutoJAXRSInvoker(Map<String,EJBRestServiceInfo> restEjbs)
           
 
Method Summary
 Object invoke(org.apache.cxf.message.Exchange exchange, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoJAXRSInvoker

public AutoJAXRSInvoker(Map<String,EJBRestServiceInfo> restEjbs)
Method Detail

invoke

public Object invoke(org.apache.cxf.message.Exchange exchange,
                     Object o)
Specified by:
invoke in interface org.apache.cxf.service.invoker.Invoker


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