Package io.quarkiverse.cxf.deployment
Class CxfDeploymentUtils
- java.lang.Object
-
- io.quarkiverse.cxf.deployment.CxfDeploymentUtils
-
public class CxfDeploymentUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QuarkusJaxWsServiceFactoryBeancreateQuarkusJaxWsServiceFactoryBean(String sei, org.apache.cxf.Bus bus)static StringgetNameSpaceFromClassInfo(org.jboss.jandex.ClassInfo wsClassInfo)static voidwalkParents(Class<?> cl, Consumer<String> consumer)static Stream<org.jboss.jandex.AnnotationInstance>webServiceAnnotations(org.jboss.jandex.IndexView index)
-
-
-
Method Detail
-
webServiceAnnotations
public static Stream<org.jboss.jandex.AnnotationInstance> webServiceAnnotations(org.jboss.jandex.IndexView index)
-
createQuarkusJaxWsServiceFactoryBean
public static QuarkusJaxWsServiceFactoryBean createQuarkusJaxWsServiceFactoryBean(String sei, org.apache.cxf.Bus bus)
-
getNameSpaceFromClassInfo
public static String getNameSpaceFromClassInfo(org.jboss.jandex.ClassInfo wsClassInfo)
-
-