Class EFacturaPtyEndpointsFactory
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.efacturapty.EFacturaPtyEndpointsFactory
This class is responsible for creating the EFacturaPty endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiEFacturaPtyEndpoint(String apiBasePath) Create the base endpoint.
-
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.
-