public interface ServiceFactory
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
create(ServiceCallCreateParams params)
Create a service invocation object.
|
Set<IVariable<?>> |
getDesiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that are desired
to be bound prior to start executing the service.
|
Set<IVariable<?>> |
getRequiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that must be
bound prior to start executing the service.
|
IServiceOptions |
getServiceOptions()
Return options for the service end point.
|
IServiceOptions getServiceOptions()
ServiceCall<?> create(ServiceCallCreateParams params)
params
- The pararameters, which are encapsulated by this interface.Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
IVariableBindingRequirements.getRequiredBound(StaticAnalysis)
.Set<IVariable<?>> getDesiredBound(ServiceNode serviceNode)
IVariableBindingRequirements.getDesiredBound(StaticAnalysis)
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.