C G J S 
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.xebialabs.xlplatform.endpoints - package com.xebialabs.xlplatform.endpoints
G
- getEntity() - Method in class com.xebialabs.xlplatform.endpoints.JythonRequest
- 
Returns a deserialized entity in case ofPOST, PUTrequest.
- getEntity() - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
- getHeaders() - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
- getQuery() - Method in class com.xebialabs.xlplatform.endpoints.JythonRequest
- 
Returns a dictionary of query parameters of the request.
- getStatusCode() - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
J
- JythonRequest - Class in com.xebialabs.xlplatform.endpoints
- 
Request object of this class is always available asrequestinside Jython scripts which implement REST endpoints in XL extensions.
- JythonRequest(Object, PyDictionary) - Constructor for class com.xebialabs.xlplatform.endpoints.JythonRequest
- JythonResponse - Class in com.xebialabs.xlplatform.endpoints
- 
Response object which is always available asresponseinside Jython scripts which implement REST endpoints in XL extensions.
- JythonResponse() - Constructor for class com.xebialabs.xlplatform.endpoints.JythonResponse
S
- setEntity(Object) - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
- 
Sets body of the response which will be serialized into JSON and returned to the client.
- setHeaders(Map<String, String>) - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
- 
Sets response headers.
- setStatusCode(Integer) - Method in class com.xebialabs.xlplatform.endpoints.JythonResponse
- 
Sets an HTTP status code for the response.
All Classes All Packages