public interface RESTMockServiceConfig extends BaseMockServiceConfig
Modifier and Type | Interface and Description |
---|---|
static class |
RESTMockServiceConfig.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 |
---|---|
RESTMockActionConfig |
addNewRestMockAction()
Appends and returns a new empty value (as xml) as the last "restMockAction" element
|
RESTMockActionConfig[] |
getRestMockActionArray()
Deprecated.
|
RESTMockActionConfig |
getRestMockActionArray(int i)
Gets ith "restMockAction" element
|
List<RESTMockActionConfig> |
getRestMockActionList()
Gets a List of "restMockAction" elements
|
RESTMockActionConfig |
insertNewRestMockAction(int i)
Inserts and returns a new empty value (as xml) as the ith "restMockAction" element
|
void |
removeRestMockAction(int i)
Removes the ith "restMockAction" element
|
void |
setRestMockActionArray(int i,
RESTMockActionConfig restMockAction)
Sets ith "restMockAction" element
|
void |
setRestMockActionArray(RESTMockActionConfig[] restMockActionArray)
Sets array of all "restMockAction" element
|
int |
sizeOfRestMockActionArray()
Returns number of "restMockAction" element
|
addNewAfterRequestScript, addNewOnRequestScript, addNewProperties, addNewStartScript, addNewStopScript, getAfterRequestScript, getBindToHostOnly, getDispatchResponseMessages, getDocroot, getFaultMockOperation, getHost, getOnRequestScript, getPath, getPort, getProperties, getStartScript, getStopScript, isSetAfterRequestScript, isSetBindToHostOnly, isSetDispatchResponseMessages, isSetDocroot, isSetFaultMockOperation, isSetHost, isSetOnRequestScript, isSetPath, isSetPort, isSetProperties, isSetStartScript, isSetStopScript, setAfterRequestScript, setBindToHostOnly, setDispatchResponseMessages, setDocroot, setFaultMockOperation, setHost, setOnRequestScript, setPath, setPort, setProperties, setStartScript, setStopScript, unsetAfterRequestScript, unsetBindToHostOnly, unsetDispatchResponseMessages, unsetDocroot, unsetFaultMockOperation, unsetHost, unsetOnRequestScript, unsetPath, unsetPort, unsetProperties, unsetStartScript, unsetStopScript, xgetBindToHostOnly, xgetDispatchResponseMessages, xgetDocroot, xgetFaultMockOperation, xgetHost, xgetPath, xgetPort, xsetBindToHostOnly, xsetDispatchResponseMessages, xsetDocroot, xsetFaultMockOperation, xsetHost, xsetPath, xsetPort
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
List<RESTMockActionConfig> getRestMockActionList()
RESTMockActionConfig[] getRestMockActionArray()
RESTMockActionConfig getRestMockActionArray(int i)
int sizeOfRestMockActionArray()
void setRestMockActionArray(RESTMockActionConfig[] restMockActionArray)
void setRestMockActionArray(int i, RESTMockActionConfig restMockAction)
RESTMockActionConfig insertNewRestMockAction(int i)
RESTMockActionConfig addNewRestMockAction()
void removeRestMockAction(int i)
Copyright © 2019. All Rights Reserved.