Uses of Class
org.codeforamerica.open311.facade.exceptions.APIWrapperException

Packages that use APIWrapperException
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.facade.data Visible data objects of the system. 
 

Uses of APIWrapperException in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that throw APIWrapperException
 APIWrapper APIWrapperFactory.build()
          Builds an APIWrapper.
 ServiceDefinition APIWrapper.getServiceDefinition(String serviceCode)
          Gets the service definition of a concrete service.
 List<Service> APIWrapper.getServiceList()
          Gets a list of services from the endpoint.
 ServiceRequest APIWrapper.getServiceRequest(String serviceRequestId)
          GET Service Request operation.
 ServiceRequestIdResponse APIWrapper.getServiceRequestIdFromToken(String token)
          This function is useful when the POST Service Request returns a token.
 List<ServiceRequest> APIWrapper.getServiceRequests(GETServiceRequestsFilter operationData)
          Retrieves all the service requests which accord to the given data.
protected  String InvalidXMLWrapper.networkGet(URL url)
          GET operation.
protected  String APIWrapper.networkGet(URL url)
          Tries to perform an HTTP GET operation and returns the result.
protected  String InvalidXMLWrapper.networkPost(URL url, Map<String,String> parameters)
          POST operation.
protected  String APIWrapper.networkPost(URL url, Map<String,String> parameters)
          Tries to perform an HTTP POST operation and returns the result.
 POSTServiceRequestResponse APIWrapper.postServiceRequest(POSTServiceRequestData operationData)
          Performs a POST Service Request operation.
 

Uses of APIWrapperException in org.codeforamerica.open311.facade.data
 

Methods in org.codeforamerica.open311.facade.data that throw APIWrapperException
 ServiceDefinition Service.getServiceDefinition()
          Retrieves the ServiceDefinition of this instance.
 



Copyright © 2013 Code for America. All Rights Reserved.