Uses of Class
org.codeforamerica.open311.facade.APIWrapper

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

Uses of APIWrapper in org.codeforamerica.open311.facade
 

Subclasses of APIWrapper in org.codeforamerica.open311.facade
 class InvalidXMLWrapper
          Some endpoints return invalid characters in its XML response.
 

Methods in org.codeforamerica.open311.facade that return APIWrapper
 APIWrapper APIWrapperFactory.build()
          Builds an APIWrapper.
 

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

Methods in org.codeforamerica.open311.facade.data with parameters of type APIWrapper
 void RelationshipManager.addServiceWrapperRelationship(List<Service> services, APIWrapper originator)
          Adds a relationship between a List<Service> and the APIWrapper which generated it.
 



Copyright © 2013 Code for America. All Rights Reserved.