Interface ICalloutFactory

All Known Implementing Classes:
DefaultCalloutFactory

public interface ICalloutFactory
Factory interface for Callout.
For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
Author:
a42niem
  • Method Summary

    Modifier and Type
    Method
    Description
    getCallout(String className, String methodName)
     
  • Method Details

    • getCallout

      Callout getCallout(String className, String methodName)
      Parameters:
      className -
      methodName -
      Returns:
      matching Callout instance