Class BasicJettyServerFactory
java.lang.Object
org.apache.juneau.microservice.jetty.BasicJettyServerFactory
- All Implemented Interfaces:
JettyServerFactory
Basic implementation of a Jetty server factory.
See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicJettyServerFactory
public BasicJettyServerFactory()
-
-
Method Details
-
create
Description copied from interface:JettyServerFactory
Create a new initialized Jetty server.- Specified by:
create
in interfaceJettyServerFactory
- Parameters:
jettyXml
- The contents of the jetty.xml file.- Returns:
- A newly-created but not-yet-started server.
- Throws:
Exception
- Any exception.
-