Uses of Interface
org.exoplatform.services.rest.container.ResourceContainer

Packages that use ResourceContainer
org.exoplatform.services.rest Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.
This package consists one of implementation REST style architecture.
 
org.exoplatform.services.rest.container   
org.exoplatform.services.ws.rest.samples   
org.exoplatform.services.ws.rest.simple   
org.exoplatform.ws.frameworks.cometd.loadbalancer   
org.exoplatform.ws.frameworks.cometd.transport   
 

Uses of ResourceContainer in org.exoplatform.services.rest
 

Methods in org.exoplatform.services.rest with parameters of type ResourceContainer
 void ResourceBinder.bind(ResourceContainer resourceCont)
          Bind ResourceContainer resourceCont if validation for this container is ok.
 void ResourceBinder.unbind(ResourceContainer resourceCont)
          Unbind single ResourceContainer.
 

Uses of ResourceContainer in org.exoplatform.services.rest.container
 

Methods in org.exoplatform.services.rest.container that return ResourceContainer
 ResourceContainer HTTPAnnotatedContainerResolvingStrategy.HTTPResourceDescriptor.getResourceContainer()
          Object of ResourecContainer.
 ResourceContainer ResourceDescriptor.getResourceContainer()
          Object of ResourecContainer.
 

Methods in org.exoplatform.services.rest.container with parameters of type ResourceContainer
 List<ResourceDescriptor> HTTPAnnotatedContainerResolvingStrategy.resolve(ResourceContainer resourceContainer)
          Add new ResourceContainer to the collection.
 List<ResourceDescriptor> ResourceContainerResolvingStrategy.resolve(ResourceContainer resourceContainer)
          Add new ResourceContainer to the collection.
 

Constructors in org.exoplatform.services.rest.container with parameters of type ResourceContainer
HTTPAnnotatedContainerResolvingStrategy.HTTPResourceDescriptor(Method method, String httpMethodName, String uri, ResourceContainer resourceContainer)
           
 

Uses of ResourceContainer in org.exoplatform.services.ws.rest.samples
 

Classes in org.exoplatform.services.ws.rest.samples that implement ResourceContainer
 class Calculator
          Simple service for REST demo.
 class JsonBookService
          Simple service for REST demo.
 class XMLBookService
          Simple service for REST demo.
 

Uses of ResourceContainer in org.exoplatform.services.ws.rest.simple
 

Classes in org.exoplatform.services.ws.rest.simple that implement ResourceContainer
 class SimpleService
          This service does not do real work, it useful to check rest-ejb connector.
 

Uses of ResourceContainer in org.exoplatform.ws.frameworks.cometd.loadbalancer
 

Classes in org.exoplatform.ws.frameworks.cometd.loadbalancer that implement ResourceContainer
 class RESTLoadBalancerService
          Created by The eXo Platform SAS.
 

Uses of ResourceContainer in org.exoplatform.ws.frameworks.cometd.transport
 

Classes in org.exoplatform.ws.frameworks.cometd.transport that implement ResourceContainer
 class RESTContinuationService
          Created by The eXo Platform SAS.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.