Package com.google.javascript.jscomp.webservice.common

Interface Summary
Protocol.ProtocolEnum All enums that need to be shared between the Java and JS code should implement this interface.
 

Class Summary
Protocol All the strings used by the webservice protocol.
 

Enum Summary
ErrorCode Enum of all the possible error described in the Web Service protocol.
Protocol.ApiKeyResponse Fields in the JSON response from the ApiKeyGenerationServlet.
Protocol.CompilationLevelKey  
Protocol.FormattingKey All the possible values for the FORMATTING key.
Protocol.OutputFormatKey  
Protocol.OutputInfoKey All the possible values for the OUTPUT_INFO key.
Protocol.RequestKey All the keys that can be part of the http request.
Protocol.ResponseTag All the xml/json tags that can be returned by the backend if xml or json is selected as the output mode.
Protocol.WarningLevelKey  
 

Exception Summary
AbstractWebServiceException All the exceptions that can be returned as error to the client of the API.