public interface MockServiceConfig extends BaseMockServiceConfig
Modifier and Type | Interface and Description |
---|---|
static class |
MockServiceConfig.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 |
---|---|
MockOperationConfig |
addNewMockOperation()
Appends and returns a new empty value (as xml) as the last "mockOperation" element
|
String |
getIncomingWss()
Gets the "incomingWss" attribute
|
MockOperationConfig[] |
getMockOperationArray()
Deprecated.
|
MockOperationConfig |
getMockOperationArray(int i)
Gets ith "mockOperation" element
|
List<MockOperationConfig> |
getMockOperationList()
Gets a List of "mockOperation" elements
|
String |
getOutgoingWss()
Gets the "outgoingWss" attribute
|
MockOperationConfig |
insertNewMockOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "mockOperation" element
|
boolean |
isSetIncomingWss()
True if has "incomingWss" attribute
|
boolean |
isSetOutgoingWss()
True if has "outgoingWss" attribute
|
void |
removeMockOperation(int i)
Removes the ith "mockOperation" element
|
void |
setIncomingWss(String incomingWss)
Sets the "incomingWss" attribute
|
void |
setMockOperationArray(int i,
MockOperationConfig mockOperation)
Sets ith "mockOperation" element
|
void |
setMockOperationArray(MockOperationConfig[] mockOperationArray)
Sets array of all "mockOperation" element
|
void |
setOutgoingWss(String outgoingWss)
Sets the "outgoingWss" attribute
|
int |
sizeOfMockOperationArray()
Returns number of "mockOperation" element
|
void |
unsetIncomingWss()
Unsets the "incomingWss" attribute
|
void |
unsetOutgoingWss()
Unsets the "outgoingWss" attribute
|
org.apache.xmlbeans.XmlString |
xgetIncomingWss()
Gets (as xml) the "incomingWss" attribute
|
org.apache.xmlbeans.XmlString |
xgetOutgoingWss()
Gets (as xml) the "outgoingWss" attribute
|
void |
xsetIncomingWss(org.apache.xmlbeans.XmlString incomingWss)
Sets (as xml) the "incomingWss" attribute
|
void |
xsetOutgoingWss(org.apache.xmlbeans.XmlString outgoingWss)
Sets (as xml) the "outgoingWss" attribute
|
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<MockOperationConfig> getMockOperationList()
MockOperationConfig[] getMockOperationArray()
MockOperationConfig getMockOperationArray(int i)
int sizeOfMockOperationArray()
void setMockOperationArray(MockOperationConfig[] mockOperationArray)
void setMockOperationArray(int i, MockOperationConfig mockOperation)
MockOperationConfig insertNewMockOperation(int i)
MockOperationConfig addNewMockOperation()
void removeMockOperation(int i)
String getIncomingWss()
org.apache.xmlbeans.XmlString xgetIncomingWss()
boolean isSetIncomingWss()
void setIncomingWss(String incomingWss)
void xsetIncomingWss(org.apache.xmlbeans.XmlString incomingWss)
void unsetIncomingWss()
String getOutgoingWss()
org.apache.xmlbeans.XmlString xgetOutgoingWss()
boolean isSetOutgoingWss()
void setOutgoingWss(String outgoingWss)
void xsetOutgoingWss(org.apache.xmlbeans.XmlString outgoingWss)
void unsetOutgoingWss()
Copyright © 2019. All Rights Reserved.