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 GraphQlExecFactoryThe connection factory is mandatory. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.jenax.web.servlet.graphql.v2.GraphQlEndpointBase
createResponse, execute, processQueryAsync
-
Field Details
-
graphQlExecFactory
The connection factory is mandatory. It creates RDFConnections from the http request.
-
-
Constructor Details
-
ServletGraphQlEndpointImpl
public ServletGraphQlEndpointImpl()
-
-
Method Details
-
getGraphQlExecFactory
- Specified by:
getGraphQlExecFactoryin classGraphQlEndpointBase
-
executeRequestXml
- Throws:
Exception
-