Class ServletGraphQlEndpointImpl

java.lang.Object
org.aksw.jenax.web.servlet.graphql.v2.GraphQlEndpointBase
org.aksw.jenax.web.servlet.graphql.v2.ServletGraphQlEndpointImpl

@Path("/") public class ServletGraphQlEndpointImpl extends GraphQlEndpointBase
  • Field Details

    • graphQlExecFactory

      @Autowired protected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory graphQlExecFactory
      The connection factory is mandatory. It creates RDFConnections from the http request.
  • Constructor Details

    • ServletGraphQlEndpointImpl

      public ServletGraphQlEndpointImpl()
  • Method Details

    • getGraphQlExecFactory

      protected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory getGraphQlExecFactory()
      Specified by:
      getGraphQlExecFactory in class GraphQlEndpointBase
    • executeRequestXml

      @GET @Produces("text/html") public jakarta.ws.rs.core.Response executeRequestXml() throws Exception
      Throws:
      Exception