package com.tenwa.httpclient.service; public interface GPSService { public String GetCarStateInfo(String imei) throws Exception; }