com.bigdata.rdf.sparql.ast.service
Interface ServiceFactory

All Known Subinterfaces:
CustomServiceFactory
All Known Implementing Classes:
RemoteServiceFactoryImpl, SearchServiceFactory

public interface ServiceFactory

Factory for creating objects which can talk to SPARQL service end points.


Method Summary
 ServiceCall<?> create(ServiceCallCreateParams params)
          Create a service invocation object.
 IServiceOptions getServiceOptions()
          Return options for the service end point.
 

Method Detail

getServiceOptions

IServiceOptions getServiceOptions()
Return options for the service end point. Depending on the implementation, these options MAY be configurable.


create

ServiceCall<?> create(ServiceCallCreateParams params)
Create a service invocation object.

Parameters:
params - The pararameters, which are encapsulated by this interface.
Returns:
The object which can be used to evaluate the SERVICE clause.


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.