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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BasicJettyServerFactorypublic BasicJettyServerFactory()
 
- 
- 
Method Details- 
createDescription copied from interface:JettyServerFactoryCreate a new initialized Jetty server.- Specified by:
- createin interface- JettyServerFactory
- Parameters:
- jettyXml- The contents of the jetty.xml file.
- Returns:
- A newly-created but not-yet-started server.
- Throws:
- Exception- Any exception.
 
 
-