Interface ServiceNameExtractor
- All Known Implementing Classes:
DefaultServiceNameExtractor
public interface ServiceNameExtractor
A service to extract the service name from the
ODataContext-
Method Summary
-
Method Details
-
extract
Extracts the service name from the context- Parameters:
context- Context containing the URL with the service name- Returns:
- The service name, which is also code of the integration object presented by the endpoint.
-
extract
Extracts the service name from the pathInfo- Parameters:
httpServletRequest-HttpServletRequestwith the information needed.- Returns:
- a
StringThe service name, which is also code of the integration object presented by the endpoint.
-