Interface ISOService

All Known Implementing Classes:
ISOServiceImpl

public interface ISOService
Service that provide methods to look up the standards published by the International Organization for Standardization (ISO)

For example, ISO 3166-1 define codes for countries/dependent territories that are widely used by many systems. You can use this service to find the defined countries based on the alpha-2 code for that country.

Author:
Elbert Bautista (elbertbautista)