TIBCO BusinessEvents™
Standard
HTTP
Servlet
HTTP.Servlet
.
getServletResponse()
Signature
Object getServletResponse(Object context)
Domain
ACTION, CONDITION, BUI
Description
Get servlet response from the context object.
Parameters
Name
Type
Description
context
Object
The context (AsyncContext) associated with a servlet request.
Returns
Type
Description
Object
The
HttpServletResponse
instance.