public interface MockRequest
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
getContentElement() |
MockRunContext |
getContext() |
String |
getMethod() |
String |
getPath() |
String |
getProtocol() |
byte[] |
getRawRequestData() |
Attachment[] |
getRequestAttachments() |
String |
getRequestContent() |
StringToStringsMap |
getRequestHeaders() |
Attachment[] getRequestAttachments()
StringToStringsMap getRequestHeaders()
String getRequestContent()
MockRunContext getContext()
String getMethod()
org.apache.xmlbeans.XmlObject getContentElement()
throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionString getPath()
byte[] getRawRequestData()
String getProtocol()
Copyright © 2013. All Rights Reserved.