Class CxfBuildTimeConfig.ClassGeneration

java.lang.Object
org.apache.camel.quarkus.component.cxf.soap.deployment.CxfBuildTimeConfig.ClassGeneration
Enclosing class:
CxfBuildTimeConfig

public static class CxfBuildTimeConfig.ClassGeneration extends Object
  • Field Details

    • excludePatterns

      @ConfigItem(defaultValue="org.apache.cxf.ws.security.sts.provider.SecurityTokenService") List<String> excludePatterns
      For CXF service interfaces to work properly, some ancillary classes (such as request and response wrappers) need to be generated at build time. Camel Quarkus lets the quarkus-cxf extension to do this for all service interfaces found in the class path except the ones matching the patterns in this property.

      org.apache.cxf.ws.security.sts.provider.SecurityTokenService is excluded by default due to https://issues.apache.org/jira/browse/CXF-8834

  • Constructor Details

    • ClassGeneration

      public ClassGeneration()