Package io.quarkiverse.cxf
Class CXFRuntimeUtils
- java.lang.Object
-
- io.quarkiverse.cxf.CXFRuntimeUtils
-
public class CXFRuntimeUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CXFRuntimeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TgetInstance(String beanRef, boolean namedBeansSupported)static <T> TgetInstance(String className, String kind, String targetType)
-
-
-
Method Detail
-
getInstance
public static <T> T getInstance(String beanRef, boolean namedBeansSupported)
- Type Parameters:
T- a type to which the returned bean can be casted- Parameters:
beanRef- a fully qualified class name or a name of a@Namedbean prefixed with hash mark ('#')namedBeansSupported- iftruethen thebeanRefargument may contain a name of a@Namedbean; otherwise only fully qualified class names can be passed viabeanRef- Returns:
- an instance of a Bean
-
-