public abstract class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
create(com.bigdata.bop.IVariableOrConstant term,
ServiceConfig config) |
abstract String |
getEndpointURL(com.bigdata.bop.IBindingSet binding)
Get full endpoint URL relative to a binding set.
|
public abstract String getEndpointURL(com.bigdata.bop.IBindingSet binding) throws MalformedURLException
MalformedURLException - If it's bad URLpublic static Endpoint create(com.bigdata.bop.IVariableOrConstant term, ServiceConfig config) throws MalformedURLException
MalformedURLExceptionCopyright © 2019. All rights reserved.