public class CxfRSService extends RESTService
RESTService.DeployedServiceenabled, LOGGER, NOPATH_PREFIX, OPENEJB_JAXRS_PROVIDERS_AUTO_PROP, OPENEJB_USE_APPLICATION_PROPERTY| Constructor and Description |
|---|
CxfRSService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeStart() |
protected boolean |
containsJaxRsConfiguration(Properties properties) |
protected RsHttpListener |
createHttpListener() |
String |
getName() |
void |
init(Properties properties) |
void |
integrateCDIAndJaxRsInjections(org.apache.openejb.cdi.WebBeansContextBeforeDeploy event) |
boolean |
isActive(String name) |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
void |
stop() |
afterApplicationCreated, afterApplicationCreated, getAuth, getIP, getPort, getRealm, getRestEjbs, getServices, getVirtualHost, getWildcard, hasBindings, logOldDeploymentUsage, setAuth, setRealm, setVirtualHost, start, undeploy, wrapApplicationpublic void service(InputStream in, OutputStream out) throws org.apache.openejb.server.ServiceException, IOException
service in interface org.apache.openejb.server.ServerServiceservice in class RESTServiceorg.apache.openejb.server.ServiceExceptionIOExceptionpublic void service(Socket socket) throws org.apache.openejb.server.ServiceException, IOException
service in interface org.apache.openejb.server.ServerServiceservice in class RESTServiceorg.apache.openejb.server.ServiceExceptionIOExceptionpublic String getName()
public void integrateCDIAndJaxRsInjections(@Observes
org.apache.openejb.cdi.WebBeansContextBeforeDeploy event)
public void init(Properties properties) throws Exception
init in interface org.apache.openejb.spi.Serviceinit in class RESTServiceExceptionpublic void stop()
throws org.apache.openejb.server.ServiceException
stop in interface org.apache.openejb.server.ServerServicestop in class RESTServiceorg.apache.openejb.server.ServiceExceptionprotected void beforeStart()
beforeStart in class RESTServiceprotected boolean containsJaxRsConfiguration(Properties properties)
containsJaxRsConfiguration in class RESTServiceprotected RsHttpListener createHttpListener()
createHttpListener in class RESTServicepublic boolean isActive(String name)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.