Uses of Interface
org.odata4j.producer.server.ODataServer

Packages that use ODataServer
org.odata4j.cxf.producer.server   
org.odata4j.jersey.producer.server   
org.odata4j.producer.server   
 

Uses of ODataServer in org.odata4j.cxf.producer.server
 

Classes in org.odata4j.cxf.producer.server that implement ODataServer
 class ODataCxfServer
          OData server using the CXF JAX-RS implementation and Jetty as HTTP server.
 

Methods in org.odata4j.cxf.producer.server that return ODataServer
 ODataServer ODataCxfServer.setODataApplication(Class<? extends Application> odataApp)
           
 ODataServer ODataCxfServer.setRootApplication(Class<? extends Application> rootApp)
           
 ODataServer ODataCxfServer.start()
           
 ODataServer ODataCxfServer.stop()
           
 

Uses of ODataServer in org.odata4j.jersey.producer.server
 

Classes in org.odata4j.jersey.producer.server that implement ODataServer
 class ODataJerseyServer
          OData server using the Jersey JAX-RS and Sun's HTTP server implementation.
 

Methods in org.odata4j.jersey.producer.server that return ODataServer
 ODataServer ODataJerseyServer.setODataApplication(Class<? extends Application> odataApp)
           
 ODataServer ODataJerseyServer.setRootApplication(Class<? extends Application> rootApp)
           
 ODataServer ODataJerseyServer.start()
           
 ODataServer ODataJerseyServer.stop()
           
 

Uses of ODataServer in org.odata4j.producer.server
 

Methods in org.odata4j.producer.server that return ODataServer
 ODataServer ODataServer.setODataApplication(Class<? extends Application> odataApp)
          Sets the OData application.
 ODataServer ODataServer.setRootApplication(Class<? extends Application> rootApp)
          Sets the root application.
 ODataServer ODataServer.start()
          Starts the OData server.
 ODataServer ODataServer.stop()
          Stops the OData server.
 



http://odata4j.org