@Path(value="remote/forecast") @Produces(value="application/json") public class ForecastResource extends Object
ForecastResource()
Forecast
forecast(String destination)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForecastResource()
@GET @ManagedAsync @Path(value="/{destination}") public Forecast forecast(@PathParam(value="destination") String destination)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.