Class SimpleCxfRsBinding.MethodSpec
java.lang.Object
org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
- Enclosing class:
SimpleCxfRsBinding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromMethod(Method method) Processes this method definition and extracts metadata relevant for the binding process.
-
Constructor Details
-
MethodSpec
protected MethodSpec()
-
-
Method Details
-
fromMethod
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.
-