|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceCallCreateParams
Interface for the parameters used by a ServiceFactory to create a
ServiceCall instance.
| Method Summary | |
|---|---|
ClientConnectionManager |
getClientConnectionManager()
Return the ClientConnectionManager used to make remote SERVICE
call requests. |
ServiceNode |
getServiceNode()
The bigdata AST object modeling the SPARQL SERVICE clause. |
IServiceOptions |
getServiceOptions()
The configuration options associated with the ServiceFactory. |
URI |
getServiceURI()
The end point for which the ServiceCall will be invoked. |
AbstractTripleStore |
getTripleStore()
The AbstractTripleStore against which the query is being
evaluated. |
| Method Detail |
|---|
URI getServiceURI()
ServiceCall will be invoked.
AbstractTripleStore getTripleStore()
AbstractTripleStore against which the query is being
evaluated.
ServiceNode getServiceNode()
SERVICE clause.
This object provides access to the parsed structure of the SERVICE graph
pattern and the original text image of the graph pattern (assuming that
it was generated by parsing a SPARQL query). The ServiceFactory
can use this information to interpret the ServiceCall invocation
context.
ClientConnectionManager getClientConnectionManager()
ClientConnectionManager used to make remote SERVICE
call requests.
IServiceOptions getServiceOptions()
ServiceFactory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||