| Package | Description | 
|---|---|
| com.eviware.soapui.config | |
| com.eviware.soapui.config.impl | |
| com.eviware.soapui.impl.wsdl.mock | WsdlMockService-related classes | 
| Modifier and Type | Method and Description | 
|---|---|
| MockResponseConfig | MockResponseStepConfig. addNewResponse()Appends and returns a new empty "response" element | 
| MockResponseConfig | MockOperationConfig. addNewResponse()Appends and returns a new empty value (as xml) as the last "response" element | 
| MockResponseConfig | AsyncResponseStepConfig. addNewResponse()Appends and returns a new empty "response" element | 
| MockResponseConfig | MockResponseStepConfig. getResponse()Gets the "response" element | 
| MockResponseConfig | AsyncResponseStepConfig. getResponse()Gets the "response" element | 
| MockResponseConfig[] | MockOperationConfig. getResponseArray()Deprecated.   | 
| MockResponseConfig | MockOperationConfig. getResponseArray(int i)Gets ith "response" element | 
| MockResponseConfig | MockOperationConfig. insertNewResponse(int i)Inserts and returns a new empty value (as xml) as the ith "response" element | 
| static MockResponseConfig | MockResponseConfig.Factory. newInstance() | 
| static MockResponseConfig | MockResponseConfig.Factory. newInstance(org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(File file) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(File file,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(InputStream is) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(InputStream is,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(Node node) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(Node node,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(Reader r) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(Reader r,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(String xmlAsString) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(String xmlAsString,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(URL u) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(URL u,
     org.apache.xmlbeans.XmlOptions options) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated. 
 XMLInputStream | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
     org.apache.xmlbeans.XmlOptions options)Deprecated. 
 XMLInputStream | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(XMLStreamReader sr) | 
| static MockResponseConfig | MockResponseConfig.Factory. parse(XMLStreamReader sr,
     org.apache.xmlbeans.XmlOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MockResponseConfig> | MockOperationConfig. getResponseList()Gets a List of "response" elements | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockResponseStepConfig. setResponse(MockResponseConfig response)Sets the "response" element | 
| void | AsyncResponseStepConfig. setResponse(MockResponseConfig response)Sets the "response" element | 
| void | MockOperationConfig. setResponseArray(int i,
                MockResponseConfig response)Sets ith "response" element | 
| void | MockOperationConfig. setResponseArray(MockResponseConfig[] responseArray)Sets array of all "response" element | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MockResponseConfigImplAn XML MockResponse(@http://eviware.com/soapui/config). | 
| Modifier and Type | Method and Description | 
|---|---|
| MockResponseConfig | MockResponseStepConfigImpl. addNewResponse()Appends and returns a new empty "response" element | 
| MockResponseConfig | MockOperationConfigImpl. addNewResponse()Appends and returns a new empty value (as xml) as the last "response" element | 
| MockResponseConfig | AsyncResponseStepConfigImpl. addNewResponse()Appends and returns a new empty "response" element | 
| MockResponseConfig | MockResponseStepConfigImpl. getResponse()Gets the "response" element | 
| MockResponseConfig | AsyncResponseStepConfigImpl. getResponse()Gets the "response" element | 
| MockResponseConfig[] | MockOperationConfigImpl. getResponseArray()Deprecated.   | 
| MockResponseConfig | MockOperationConfigImpl. getResponseArray(int i)Gets ith "response" element | 
| MockResponseConfig | MockOperationConfigImpl. insertNewResponse(int i)Inserts and returns a new empty value (as xml) as the ith "response" element | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MockResponseConfig> | MockOperationConfigImpl. getResponseList()Gets a List of "response" elements | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockResponseStepConfigImpl. setResponse(MockResponseConfig response)Sets the "response" element | 
| void | AsyncResponseStepConfigImpl. setResponse(MockResponseConfig response)Sets the "response" element | 
| void | MockOperationConfigImpl. setResponseArray(int i,
                MockResponseConfig response)Sets ith "response" element | 
| void | MockOperationConfigImpl. setResponseArray(MockResponseConfig[] responseArray)Sets array of all "response" element | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlMockResponse | WsdlMockOperation. addNewMockResponse(MockResponseConfig responseConfig) | 
| void | WsdlMockResponse. setConfig(MockResponseConfig config) | 
| Constructor and Description | 
|---|
| WsdlMockResponse(WsdlMockOperation operation,
                MockResponseConfig config) | 
Copyright © 2019. All Rights Reserved.