public interface RestRequestConfig extends AbstractRequestConfig
Modifier and Type | Interface and Description |
---|---|
static class |
RestRequestConfig.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 |
---|---|
StringListConfig |
addNewParameterOrder()
Appends and returns a new empty "parameterOrder" element
|
StringToStringMapConfig |
addNewParameters()
Appends and returns a new empty "parameters" element
|
String |
getAccept()
Gets the "accept" attribute
|
String |
getFullPath()
Gets the "fullPath" attribute
|
String |
getMediaType()
Gets the "mediaType" attribute
|
String |
getMultiValueDelimiter()
Gets the "multiValueDelimiter" attribute
|
StringListConfig |
getParameterOrder()
Gets the "parameterOrder" element
|
StringToStringMapConfig |
getParameters()
Gets the "parameters" element
|
boolean |
getPostQueryString()
Gets the "postQueryString" attribute
|
String |
getWadlId()
Gets the "wadlId" attribute
|
boolean |
isSetAccept()
True if has "accept" attribute
|
boolean |
isSetFullPath()
True if has "fullPath" attribute
|
boolean |
isSetMediaType()
True if has "mediaType" attribute
|
boolean |
isSetMultiValueDelimiter()
True if has "multiValueDelimiter" attribute
|
boolean |
isSetParameterOrder()
True if has "parameterOrder" element
|
boolean |
isSetPostQueryString()
True if has "postQueryString" attribute
|
boolean |
isSetWadlId()
True if has "wadlId" attribute
|
void |
setAccept(String accept)
Sets the "accept" attribute
|
void |
setFullPath(String fullPath)
Sets the "fullPath" attribute
|
void |
setMediaType(String mediaType)
Sets the "mediaType" attribute
|
void |
setMultiValueDelimiter(String multiValueDelimiter)
Sets the "multiValueDelimiter" attribute
|
void |
setParameterOrder(StringListConfig parameterOrder)
Sets the "parameterOrder" element
|
void |
setParameters(StringToStringMapConfig parameters)
Sets the "parameters" element
|
void |
setPostQueryString(boolean postQueryString)
Sets the "postQueryString" attribute
|
void |
setWadlId(String wadlId)
Sets the "wadlId" attribute
|
void |
unsetAccept()
Unsets the "accept" attribute
|
void |
unsetFullPath()
Unsets the "fullPath" attribute
|
void |
unsetMediaType()
Unsets the "mediaType" attribute
|
void |
unsetMultiValueDelimiter()
Unsets the "multiValueDelimiter" attribute
|
void |
unsetParameterOrder()
Unsets the "parameterOrder" element
|
void |
unsetPostQueryString()
Unsets the "postQueryString" attribute
|
void |
unsetWadlId()
Unsets the "wadlId" attribute
|
org.apache.xmlbeans.XmlString |
xgetAccept()
Gets (as xml) the "accept" attribute
|
org.apache.xmlbeans.XmlString |
xgetFullPath()
Gets (as xml) the "fullPath" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" attribute
|
org.apache.xmlbeans.XmlString |
xgetMultiValueDelimiter()
Gets (as xml) the "multiValueDelimiter" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetPostQueryString()
Gets (as xml) the "postQueryString" attribute
|
org.apache.xmlbeans.XmlString |
xgetWadlId()
Gets (as xml) the "wadlId" attribute
|
void |
xsetAccept(org.apache.xmlbeans.XmlString accept)
Sets (as xml) the "accept" attribute
|
void |
xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
Sets (as xml) the "fullPath" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" 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
|
void |
xsetWadlId(org.apache.xmlbeans.XmlString wadlId)
Sets (as xml) the "wadlId" 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
StringToStringMapConfig getParameters()
void setParameters(StringToStringMapConfig parameters)
StringToStringMapConfig addNewParameters()
StringListConfig getParameterOrder()
boolean isSetParameterOrder()
void setParameterOrder(StringListConfig parameterOrder)
StringListConfig addNewParameterOrder()
void unsetParameterOrder()
String getWadlId()
org.apache.xmlbeans.XmlString xgetWadlId()
boolean isSetWadlId()
void setWadlId(String wadlId)
void xsetWadlId(org.apache.xmlbeans.XmlString wadlId)
void unsetWadlId()
String getFullPath()
org.apache.xmlbeans.XmlString xgetFullPath()
boolean isSetFullPath()
void setFullPath(String fullPath)
void xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
void unsetFullPath()
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
boolean isSetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
void unsetMediaType()
boolean getPostQueryString()
org.apache.xmlbeans.XmlBoolean xgetPostQueryString()
boolean isSetPostQueryString()
void setPostQueryString(boolean postQueryString)
void xsetPostQueryString(org.apache.xmlbeans.XmlBoolean postQueryString)
void unsetPostQueryString()
String getAccept()
org.apache.xmlbeans.XmlString xgetAccept()
boolean isSetAccept()
void setAccept(String accept)
void xsetAccept(org.apache.xmlbeans.XmlString accept)
void unsetAccept()
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.