Interface JettyServerFactory

All Known Implementing Classes:
BasicJettyServerFactory

public interface JettyServerFactory
Interface for creating Jetty servers.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.server.Server
    create(String jettyXml)
    Create a new initialized Jetty server.
  • Method Details

    • create

      org.eclipse.jetty.server.Server create(String jettyXml) throws Exception
      Create a new initialized Jetty server.
      Parameters:
      jettyXml - The contents of the jetty.xml file.
      Returns:
      A newly-created but not-yet-started server.
      Throws:
      Exception - Any exception.