Class CxfEndpointImplementationBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem

public final class CxfEndpointImplementationBuildItem extends io.quarkus.builder.item.MultiBuildItem
Holds service endpoint implementation metadata.
  • Constructor Details

  • Method Details

    • getImplementor

      public String getImplementor()
    • isProvider

      public boolean isProvider()
    • getRelativePath

      public String getRelativePath()
      Returns:
      the relative path under which this endpoint should be exposed relative to quarkus.cxf.path or {@code null], if {@link CXFEndpoint#path()} was not specified for this endpoint
    • getBeanLookupStrategy

      public CXFRecorder.BeanLookupStrategy getBeanLookupStrategy()
    • getSoapBinding

      public String getSoapBinding()
    • getWsName

      public String getWsName()
    • getWsNamespace

      public String getWsNamespace()