public interface HttpRequestConfig extends AbstractRequestConfig
Modifier and Type | Interface and Description |
---|---|
static class |
HttpRequestConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
RestParametersConfig |
addNewParameters()
Appends and returns a new empty "parameters" element
|
boolean |
getDownloadIncludedResources()
Gets the "downloadIncludedResources" attribute
|
String |
getMediaType()
Gets the "mediaType" attribute
|
String |
getMethod()
Gets the "method" attribute
|
String |
getMultiValueDelimiter()
Gets the "multiValueDelimiter" attribute
|
RestParametersConfig |
getParameters()
Gets the "parameters" element
|
boolean |
getPostQueryString()
Gets the "postQueryString" attribute
|
boolean |
isSetDownloadIncludedResources()
True if has "downloadIncludedResources" attribute
|
boolean |
isSetMediaType()
True if has "mediaType" attribute
|
boolean |
isSetMethod()
True if has "method" attribute
|
boolean |
isSetMultiValueDelimiter()
True if has "multiValueDelimiter" attribute
|
boolean |
isSetPostQueryString()
True if has "postQueryString" attribute
|
void |
setDownloadIncludedResources(boolean downloadIncludedResources)
Sets the "downloadIncludedResources" attribute
|
void |
setMediaType(String mediaType)
Sets the "mediaType" attribute
|
void |
setMethod(String method)
Sets the "method" attribute
|
void |
setMultiValueDelimiter(String multiValueDelimiter)
Sets the "multiValueDelimiter" attribute
|
void |
setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
setPostQueryString(boolean postQueryString)
Sets the "postQueryString" attribute
|
void |
unsetDownloadIncludedResources()
Unsets the "downloadIncludedResources" attribute
|
void |
unsetMediaType()
Unsets the "mediaType" attribute
|
void |
unsetMethod()
Unsets the "method" attribute
|
void |
unsetMultiValueDelimiter()
Unsets the "multiValueDelimiter" attribute
|
void |
unsetPostQueryString()
Unsets the "postQueryString" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDownloadIncludedResources()
Gets (as xml) the "downloadIncludedResources" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" attribute
|
org.apache.xmlbeans.XmlString |
xgetMethod()
Gets (as xml) the "method" attribute
|
org.apache.xmlbeans.XmlString |
xgetMultiValueDelimiter()
Gets (as xml) the "multiValueDelimiter" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetPostQueryString()
Gets (as xml) the "postQueryString" attribute
|
void |
xsetDownloadIncludedResources(org.apache.xmlbeans.XmlBoolean downloadIncludedResources)
Sets (as xml) the "downloadIncludedResources" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" attribute
|
void |
xsetMethod(org.apache.xmlbeans.XmlString method)
Sets (as xml) the "method" attribute
|
void |
xsetMultiValueDelimiter(org.apache.xmlbeans.XmlString multiValueDelimiter)
Sets (as xml) the "multiValueDelimiter" attribute
|
void |
xsetPostQueryString(org.apache.xmlbeans.XmlBoolean postQueryString)
Sets (as xml) the "postQueryString" attribute
|
addNewAssertion, addNewAttachment, addNewCredentials, addNewJmsConfig, addNewJmsPropertyConfig, addNewRequest, getAssertionArray, getAssertionArray, getAssertionList, getAttachmentArray, getAttachmentArray, getAttachmentList, getCredentials, getEncoding, getEndpoint, getJmsConfig, getJmsPropertyConfig, getOriginalUri, getRequest, getSslKeystore, getTimeout, insertNewAssertion, insertNewAttachment, isSetJmsConfig, isSetJmsPropertyConfig, isSetOriginalUri, isSetSslKeystore, isSetTimeout, removeAssertion, removeAttachment, setAssertionArray, setAssertionArray, setAttachmentArray, setAttachmentArray, setCredentials, setEncoding, setEndpoint, setJmsConfig, setJmsPropertyConfig, setOriginalUri, setRequest, setSslKeystore, setTimeout, sizeOfAssertionArray, sizeOfAttachmentArray, unsetJmsConfig, unsetJmsPropertyConfig, unsetOriginalUri, unsetSslKeystore, unsetTimeout, xgetEncoding, xgetEndpoint, xgetOriginalUri, xgetSslKeystore, xgetTimeout, xsetEncoding, xsetEndpoint, xsetOriginalUri, xsetSslKeystore, xsetTimeout
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
RestParametersConfig getParameters()
void setParameters(RestParametersConfig parameters)
RestParametersConfig addNewParameters()
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
boolean isSetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
void unsetMediaType()
String getMethod()
org.apache.xmlbeans.XmlString xgetMethod()
boolean isSetMethod()
void setMethod(String method)
void xsetMethod(org.apache.xmlbeans.XmlString method)
void unsetMethod()
boolean getPostQueryString()
org.apache.xmlbeans.XmlBoolean xgetPostQueryString()
boolean isSetPostQueryString()
void setPostQueryString(boolean postQueryString)
void xsetPostQueryString(org.apache.xmlbeans.XmlBoolean postQueryString)
void unsetPostQueryString()
boolean getDownloadIncludedResources()
org.apache.xmlbeans.XmlBoolean xgetDownloadIncludedResources()
boolean isSetDownloadIncludedResources()
void setDownloadIncludedResources(boolean downloadIncludedResources)
void xsetDownloadIncludedResources(org.apache.xmlbeans.XmlBoolean downloadIncludedResources)
void unsetDownloadIncludedResources()
String getMultiValueDelimiter()
org.apache.xmlbeans.XmlString xgetMultiValueDelimiter()
boolean isSetMultiValueDelimiter()
void setMultiValueDelimiter(String multiValueDelimiter)
void xsetMultiValueDelimiter(org.apache.xmlbeans.XmlString multiValueDelimiter)
void unsetMultiValueDelimiter()
Copyright © 2019. All Rights Reserved.