org.apache.camel.component.cxf.jaxrs
Class SimpleCxfRsBinding.MethodSpec

java.lang.Object
  extended by org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
Enclosing class:
SimpleCxfRsBinding

protected static class SimpleCxfRsBinding.MethodSpec
extends Object


Constructor Summary
protected SimpleCxfRsBinding.MethodSpec()
           
 
Method Summary
static SimpleCxfRsBinding.MethodSpec fromMethod(Method method)
          Processes this method definition and extracts metadata relevant for the binding process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCxfRsBinding.MethodSpec

protected SimpleCxfRsBinding.MethodSpec()
Method Detail

fromMethod

public static SimpleCxfRsBinding.MethodSpec fromMethod(Method method)
Processes this method definition and extracts metadata relevant for the binding process.

Parameters:
method - The Method to process.
Returns:
A MethodSpec instance representing the method metadata relevant to the Camel binding process.


Apache Camel