package Module4;
public interface WeatherServiceOperations{
public java.lang.String[] getForecastsForWeek(java.lang.String city);
public java.lang.String[] getCurrentForecasts(java.lang.String city);
}
The operation returning the unbounded sequence is mapped to a method returning the corresponding array type