public abstract class AbstractServiceFactory extends AbstractServiceFactoryBase
ServiceFactory
that deals with service parameters (magic
predicates that configure the service) in a standardized manner using the
ServiceParams
helper class.Constructor and Description |
---|
AbstractServiceFactory() |
Modifier and Type | Method and Description |
---|---|
BigdataServiceCall |
create(ServiceCallCreateParams params)
Create a
BigdataServiceCall . |
abstract BigdataServiceCall |
create(ServiceCallCreateParams params,
ServiceParams serviceParams)
Implemented by subclasses - verify the group and create the service call.
|
getDesiredBound, getRequiredBound
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceOptions
public final BigdataServiceCall create(ServiceCallCreateParams params)
BigdataServiceCall
. Does the work of collecting
the service parameter triples and then delegates to
create(ServiceCallCreateParams, ServiceParams)
.params
- The pararameters, which are encapsulated by this interface.public abstract BigdataServiceCall create(ServiceCallCreateParams params, ServiceParams serviceParams)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.