Class DoclingLocalContainerInfraService

java.lang.Object
org.apache.camel.test.infra.docling.services.DoclingLocalContainerInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer<?>>, org.apache.camel.test.infra.common.services.InfrastructureService, DoclingInfraService

@InfraService(service=DoclingInfraService.class, description="Document processing and conversion service", serviceAlias="docling") public class DoclingLocalContainerInfraService extends Object implements DoclingInfraService, org.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer<?>>
  • Constructor Details

    • DoclingLocalContainerInfraService

      public DoclingLocalContainerInfraService()
    • DoclingLocalContainerInfraService

      public DoclingLocalContainerInfraService(String imageName)
    • DoclingLocalContainerInfraService

      public DoclingLocalContainerInfraService(org.testcontainers.containers.GenericContainer<?> container)
  • Method Details

    • initContainer

      protected org.testcontainers.containers.GenericContainer<?> initContainer(String imageName)
    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • getContainer

      public org.testcontainers.containers.GenericContainer<?> getContainer()
      Specified by:
      getContainer in interface org.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer<?>>
    • doclingServerUrl

      public String doclingServerUrl()
      Specified by:
      doclingServerUrl in interface DoclingInfraService