Class EFacturaPtyEndpointsFactory

java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.efacturapty.EFacturaPtyEndpointsFactory

@Configuration public class EFacturaPtyEndpointsFactory extends Object
This class is responsible for creating the EFacturaPty endpoints.
  • Constructor Details

    • EFacturaPtyEndpointsFactory

      public EFacturaPtyEndpointsFactory()
  • Method Details

    • apiEFacturaPtyEndpoint

      @Bean public EFacturaPtyEndpoint apiEFacturaPtyEndpoint(@Value("${efacturapty.baseUrl}") String apiBasePath)
      Create the base endpoint.
      Parameters:
      apiBasePath - endpoint base URL path.
      Returns:
      the base UltraFace endpoint.