Class DoclingRemoteInfraService

java.lang.Object
org.apache.camel.test.infra.docling.services.DoclingRemoteInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, DoclingInfraService

public class DoclingRemoteInfraService extends Object implements DoclingInfraService
Remote Docling infrastructure service for testing with external Docling instances
  • Constructor Details

    • DoclingRemoteInfraService

      public DoclingRemoteInfraService()
    • DoclingRemoteInfraService

      public DoclingRemoteInfraService(String doclingServerUrl)
  • Method Details

    • 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
    • doclingServerUrl

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