public class HttpRequest extends AbstractHttpRequest implements HttpRequestInterfaceWithPropertyHolder
| Modifiers | Name | Description |
|---|---|---|
class |
HttpRequest.HttpContentPart |
| Fields inherited from class | Fields |
|---|---|
class AbstractHttpRequest |
EMPTY_SSLSTATE, POST_QUERY_STRING |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public TestProperty |
addProperty(java.lang.String name) |
|
public void |
addTestPropertyListener(TestPropertyListener listener) |
|
public HttpAttachmentPart |
getAttachmentPart(java.lang.String partName) |
|
public HttpAttachmentPart[] |
getDefinedAttachmentParts() |
|
public boolean |
getDownloadIncludedResources() |
|
public JMSHeaderConfig |
getJMSHeaderConfig() |
|
public JMSPropertiesConfig |
getJMSPropertiesConfig(boolean createIfNotSet) |
|
public java.lang.String |
getMediaType() |
|
public HttpMethod |
getMethod() |
|
public ModelItem |
getModelItem() |
|
public java.lang.String |
getMultiValueDelimiter() |
|
public AbstractHttpOperation |
getOperation() |
|
public RestParamsPropertyHolder |
getParams() |
|
public java.lang.String |
getPath() |
|
public java.util.Map<java.lang.String, TestProperty> |
getProperties() |
|
public java.lang.String |
getPropertiesLabel() |
|
public RestParamProperty |
getProperty(java.lang.String name) |
|
public RestParamProperty |
getPropertyAt(int index) |
|
public int |
getPropertyCount() |
|
public PropertyExpansion[] |
getPropertyExpansions() |
|
public java.util.List<TestProperty> |
getPropertyList() |
|
public java.lang.String[] |
getPropertyNames() |
|
public java.lang.String |
getPropertyValue(java.lang.String name) |
|
public MessagePart[] |
getRequestParts() |
|
public java.lang.String |
getResponseContentAsXml() |
|
public MessagePart[] |
getResponseParts() |
|
public boolean |
hasProperty(java.lang.String name) |
|
public boolean |
hasRequestBody() |
|
public boolean |
isPostQueryString() |
|
public boolean |
isSendEmptyParameters() |
|
public void |
moveProperty(java.lang.String propertyName, int targetIndex) |
|
public void |
notifyPropertyChanged(java.lang.String responseContentProperty, java.lang.String oldContent, java.lang.String responseContent) |
|
public TestProperty |
removeProperty(java.lang.String propertyName) |
|
public void |
removeTestPropertyListener(TestPropertyListener listener) |
|
public boolean |
renameProperty(java.lang.String name, java.lang.String newName) |
|
public void |
setDownloadIncludedResources(boolean downloadIncludedResources) |
|
public void |
setMediaType(java.lang.String mediaType) |
|
public void |
setMethod(HttpMethod method) |
|
public void |
setMultiValueDelimiter(java.lang.String delimiter) |
|
public void |
setPostQueryString(boolean b) |
|
public void |
setPropertyValue(java.lang.String name, java.lang.String value) |
|
public void |
setSendEmptyParameters(boolean sendEmptyParameters) |
|
public WsdlSubmit<HttpRequest> |
submit(SubmitContext submitContext, boolean async) |
|
public void |
updateConfig(HttpRequestConfig request) |