public class CxfRSService extends RESTService
RESTService.DeployedServiceLOGGER, 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.WebBeansContextCreated event) |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
afterApplicationCreated, afterApplicationCreated, getAuth, getIP, getPort, getRealm, getRestEjbs, getServices, getVirtualHost, getWildcard, logOldDeploymentUsage, setAuth, setRealm, setVirtualHost, start, stop, undeploypublic 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.WebBeansContextCreated event)
public void init(Properties properties) throws Exception
init in interface org.apache.openejb.spi.Serviceinit in class RESTServiceExceptionprotected void beforeStart()
beforeStart in class RESTServiceprotected boolean containsJaxRsConfiguration(Properties properties)
containsJaxRsConfiguration in class RESTServiceprotected RsHttpListener createHttpListener()
createHttpListener in class RESTServiceCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.