public interface MockRequest
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.xmlbeans.XmlObject | getContentElement() | 
| MockRunContext | getContext() | 
| javax.servlet.http.HttpServletRequest | getHttpRequest() | 
| javax.servlet.http.HttpServletResponse | getHttpResponse() | 
| RestRequestInterface.HttpMethod | getMethod() | 
| String | getPath() | 
| String | getProtocol() | 
| byte[] | getRawRequestData() | 
| Attachment[] | getRequestAttachments() | 
| String | getRequestContent() | 
| MockRunContext | getRequestContext() | 
| StringToStringsMap | getRequestHeaders() | 
| org.apache.xmlbeans.XmlObject | getRequestXmlObject() | 
| void | setRequestContent(String xml) | 
Attachment[] getRequestAttachments()
javax.servlet.http.HttpServletRequest getHttpRequest()
StringToStringsMap getRequestHeaders()
String getRequestContent()
MockRunContext getContext()
MockRunContext getRequestContext()
RestRequestInterface.HttpMethod getMethod()
org.apache.xmlbeans.XmlObject getContentElement()
                                         throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionString getPath()
byte[] getRawRequestData()
String getProtocol()
javax.servlet.http.HttpServletResponse getHttpResponse()
org.apache.xmlbeans.XmlObject getRequestXmlObject()
                                           throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionvoid setRequestContent(String xml)
Copyright © 2019. All Rights Reserved.