org.apache.camel.component.cxf.jaxrs
Class SimpleCxfRsBinding.MethodSpec
java.lang.Object
org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
- Enclosing class:
- SimpleCxfRsBinding
protected static class SimpleCxfRsBinding.MethodSpec
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCxfRsBinding.MethodSpec
protected SimpleCxfRsBinding.MethodSpec()
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