public class ODataCxfServer extends Object implements org.odata4j.producer.server.ODataServer
| Constructor and Description |
|---|
ODataCxfServer(String appBaseUri) |
ODataCxfServer(String appBaseUri,
Class<? extends javax.ws.rs.core.Application> odataApp,
Class<? extends javax.ws.rs.core.Application> rootApp) |
| Modifier and Type | Method and Description |
|---|---|
ODataCxfServer |
addJettyRequestHandler(org.eclipse.jetty.server.Handler handler) |
ODataCxfServer |
setJettySecurityHandler(org.eclipse.jetty.security.SecurityHandler securityHandler) |
org.odata4j.producer.server.ODataServer |
setODataApplication(Class<? extends javax.ws.rs.core.Application> odataApp) |
org.odata4j.producer.server.ODataServer |
setRootApplication(Class<? extends javax.ws.rs.core.Application> rootApp) |
org.odata4j.producer.server.ODataServer |
start() |
org.odata4j.producer.server.ODataServer |
stop() |
public ODataCxfServer(String appBaseUri)
public org.odata4j.producer.server.ODataServer setODataApplication(Class<? extends javax.ws.rs.core.Application> odataApp)
setODataApplication in interface org.odata4j.producer.server.ODataServerpublic org.odata4j.producer.server.ODataServer setRootApplication(Class<? extends javax.ws.rs.core.Application> rootApp)
setRootApplication in interface org.odata4j.producer.server.ODataServerpublic ODataCxfServer addJettyRequestHandler(org.eclipse.jetty.server.Handler handler)
public ODataCxfServer setJettySecurityHandler(org.eclipse.jetty.security.SecurityHandler securityHandler)
public org.odata4j.producer.server.ODataServer start()
start in interface org.odata4j.producer.server.ODataServerpublic org.odata4j.producer.server.ODataServer stop()
stop in interface org.odata4j.producer.server.ODataServerCopyright © 2010–2015 JBoss by Red Hat. All rights reserved.