java.lang.Object
org.apache.camel.quarkus.component.cxf.soap.deployment.CxfSoapProcessor

class CxfSoapProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.quarkus.deployment.builditem.SystemPropertyBuildItem
     
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) void
    registerForReflection(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveMethodBuildItem> reflectiveMethods)
     
    (package private) io.quarkiverse.cxf.deployment.CxfRouteRegistrationRequestorBuildItem
     
    (package private) void
    serviceSeis(CxfBuildTimeConfig cxfBuildTimeConfig, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, List<io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem> endpointImplementations, io.quarkus.deployment.annotations.BuildProducer<io.quarkiverse.cxf.deployment.ServiceSeiBuildItem> serviceSeis)
    quarkus-cxf takes care for generating ancillary classes only for services having an implementation annotated with @WebService or similar.
    (package private) static void
    walkParents(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName className, Set<String> alreadyRegisteredInterfaces)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CxfSoapProcessor

      CxfSoapProcessor()
  • Method Details

    • feature

      io.quarkus.deployment.builditem.FeatureBuildItem feature()
    • ehcacheAgentSizeOfBypass

      io.quarkus.deployment.builditem.SystemPropertyBuildItem ehcacheAgentSizeOfBypass()
    • registerForReflection

      void registerForReflection(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveMethodBuildItem> reflectiveMethods)
    • serviceSeis

      void serviceSeis(CxfBuildTimeConfig cxfBuildTimeConfig, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, List<io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem> endpointImplementations, io.quarkus.deployment.annotations.BuildProducer<io.quarkiverse.cxf.deployment.ServiceSeiBuildItem> serviceSeis)
      quarkus-cxf takes care for generating ancillary classes only for services having an implementation annotated with @WebService or similar. That does not catch Camel service implementations. So we need to pass a ServiceSeiBuildItem holding a service interface to quarkus-cxf ourselves. That's enough for quarkus-cxf to generate the necessary ancillary classes for us.
      Parameters:
      combinedIndex -
      endpointImplementations -
      serviceSeis -
    • walkParents

      static void walkParents(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName className, Set<String> alreadyRegisteredInterfaces)
    • requestCxfRouteRegistration

      io.quarkiverse.cxf.deployment.CxfRouteRegistrationRequestorBuildItem requestCxfRouteRegistration()