Class SimpleCxfRsBinding.MethodSpec

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

protected static class SimpleCxfRsBinding.MethodSpec extends Object
  • Constructor Details

    • MethodSpec

      protected MethodSpec()
  • Method Details

    • 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.