public static interface CallManager.EndpointDefiner
Modifier and Type | Method and Description |
---|---|
CallManager.CallArgs |
args()
Starts assigning values to parameters of the endpoint module.
|
CallManager.CallArgs |
args(SessionState session)
Sets the session for the call to the data service endpoint and
starts assigning values to parameters of the endpoint module.
|
java.lang.String |
getEndpointPath()
Gets the path from the URI for the request to the endpoint module.
|
java.util.Map<java.lang.String,CallManager.Paramdef> |
getParamdefs()
Gets the definitions of the parameters available for input to a call.
|
CallManager.Returndef |
getReturndef()
Gets the definition of the return value provided as output from a call.
|
java.lang.Boolean |
isSessionRequired()
Identifies whether the endpoint takes a session.
|
CallManager.CallArgs args()
CallManager.CallArgs args(SessionState session)
session
- a session constructed by the CallManager.newSessionState() factoryjava.lang.String getEndpointPath()
java.lang.Boolean isSessionRequired()
java.util.Map<java.lang.String,CallManager.Paramdef> getParamdefs()
CallManager.Returndef getReturndef()
Copyright © 2013-2018 MarkLogic Corporation.