Uses of Package
org.apache.shindig.protocol

Packages that use org.apache.shindig.protocol
org.apache.shindig.common.util   
org.apache.shindig.protocol   
 

Classes in org.apache.shindig.protocol used by org.apache.shindig.common.util
RestfulCollection
          Data structure representing a Rest response.
 

Classes in org.apache.shindig.protocol used by org.apache.shindig.protocol
ApiServlet
          Common base class for API servlets.
ContentTypes.InvalidContentTypeException
           
HandlerExecutionListener
          Called by the handler dispatcher prior to executing a handler.
HandlerRegistry
          Registry of REST and RPC handlers for the set of available services
Operation
          Annotates a method on a ServiceHandler which expose a REST/RPC operation The name of the annotated method is the literal name of the method for JSON-RPC
ProtocolException
          Unchecked exception class for errors thrown by request handlers
RequestItem
          A request to pass to a bound service handler
ResponseItem
          Represents the response items that get handed back as json within the DataResponse.
RestHandler
          Interface exposed by a REST handler
RpcHandler
          Interface exposed by an RPC handler
Service
          Indicates the base path for REST calls or the RPC service name a RequestHandler can dispatch to.
 



Copyright © 2007-2012. All Rights Reserved.