Uses of Class
com.esri.tracking.connector.Service

Packages that use Service
com.esri.tracking.connector   
 

Uses of Service in com.esri.tracking.connector
 

Methods in com.esri.tracking.connector that return Service
 Service MessageFormatManager.getTrackingService(java.lang.String name)
          Retrieve the TrackingService and it's message defintions by name.
 Service[] MessageFormatManager.getTrackingServices()
           
 

Constructor parameters in com.esri.tracking.connector with type arguments of type Service
MessageFormatManager(java.lang.String strXML, java.util.Hashtable<java.lang.String,Service> serviceList)
          Constructor - takes XML string, parses it, and adds ONLY the message format information pertaining to the tracking services in the serviceList param to the member hashtable of message formats.