Class CxfBuildTimeConfig.ClassGeneration
java.lang.Object
org.apache.camel.quarkus.component.cxf.soap.deployment.CxfBuildTimeConfig.ClassGeneration
- Enclosing class:
- CxfBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor CXF service interfaces to work properly, some ancillary classes (such as request and response wrappers) need to be generated at build time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
excludePatterns
@ConfigItem(defaultValue="org.apache.cxf.ws.security.sts.provider.SecurityTokenService") List<String> excludePatternsFor 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 thequarkus-cxfextension 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.SecurityTokenServiceis excluded by default due to https://issues.apache.org/jira/browse/CXF-8834
-
-
Constructor Details
-
ClassGeneration
public ClassGeneration()
-