Package org.apache.openejb.server.httpd
Class HttpEjbServer
java.lang.Object
org.apache.openejb.server.httpd.HttpEjbServer
- All Implemented Interfaces:
ServerService,Service
- Direct Known Subclasses:
JettyHttpEjbServer,OpenEJBHttpEjbServer
- Version:
- $Revision$ $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIP()getName()intgetPort()voidinit(Properties props) voidservice(InputStream in, OutputStream out) voidvoidstart()voidstop()
-
Field Details
-
httpServer
-
-
Constructor Details
-
HttpEjbServer
public HttpEjbServer()
-
-
Method Details
-
init
-
service
- Specified by:
servicein interfaceServerService- Throws:
ServiceExceptionIOException
-
service
- Specified by:
servicein interfaceServerService- Throws:
ServiceExceptionIOException
-
start
- Specified by:
startin interfaceServerService- Throws:
ServiceException
-
stop
- Specified by:
stopin interfaceServerService- Throws:
ServiceException
-
getName
- Specified by:
getNamein interfaceServerService
-
getPort
public int getPort()- Specified by:
getPortin interfaceServerService
-
getIP
- Specified by:
getIPin interfaceServerService
-