Class SoapProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.soap.deployment.SoapProcessor
-
class SoapProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description SoapProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()(package private) io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItemnativeImageResources()(package private) voidregisterForReflection(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)(package private) voidserviceProviders(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem> serviceProvider)
-
-
-
Method Detail
-
feature
io.quarkus.deployment.builditem.FeatureBuildItem feature()
-
nativeImageResources
io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem nativeImageResources()
-
serviceProviders
void serviceProviders(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem> serviceProvider)
-
registerForReflection
void registerForReflection(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)
-
-