Class ServletGraphQlEndpointImpl
java.lang.Object
org.aksw.jenax.web.servlet.graphql.v2.GraphQlEndpointBase
org.aksw.jenax.web.servlet.graphql.v2.ServletGraphQlEndpointImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactoryThe connection factory is mandatory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseprotected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactoryMethods inherited from class org.aksw.jenax.web.servlet.graphql.v2.GraphQlEndpointBase
createResponse, execute, processQueryAsync
-
Field Details
-
graphQlExecFactory
@Autowired protected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory graphQlExecFactoryThe 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:
getGraphQlExecFactoryin classGraphQlEndpointBase
-
executeRequestXml
- Throws:
Exception
-