| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRestRepresentationsInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InferredSchemaInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestRequestContentView |
class |
RestTestRequestContentView |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpHtmlMessageExchangeResponseView |
class |
HttpHtmlResponseView |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
HttpHtmlResponseViewFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonResponseMessageExchangeView |
class |
JsonResponseView |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
JsonResponseViewFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseMessageXmlEditor.addEditorView(EditorView<T2> editorView) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestContentView |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
HttpRequestContentViewFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
AutoRequestEditorViewFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem) |
EditorView<?> |
AutoResponseEditorViewFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Constructor and Description |
|---|
AutoRequestEditorViewFactory(PluginRequestEditorView annotation,
Class<EditorView> editorViewClass) |
AutoResponseEditorViewFactory(PluginResponseEditorView annotation,
Class<EditorView> editorViewClass) |
| Modifier and Type | Method and Description |
|---|---|
EditorView<T> |
Editor.getCurrentView() |
EditorView<T> |
Editor.getView(String viewId) |
| Modifier and Type | Method and Description |
|---|---|
List<EditorView<T>> |
Editor.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
Editor.addEditorView(EditorView<T> editorView) |
boolean |
EditorInspector.isEnabledFor(EditorView<T> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractXmlInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AMFHeadersInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttachmentsInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileSelectionForm.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpHeadersInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractJMSHeaderInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMSPropertyInspector.isEnabledFor(EditorView<XmlDocument> view) |
boolean |
JMSHeaderAndPropertyInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MockResponseScriptInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResponseSSLInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWsaInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWsrmInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWssInspector.isEnabledFor(EditorView<XmlDocument> view) |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
RequestEditorViewFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem) |
EditorView<?> |
ResponseEditorViewFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEditorView<T extends EditorDocument>
Abstract base-class to be extended by XmlViews
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXmlEditorView<T extends XmlDocument>
Abstract base-class to be extended by XmlViews
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawXmlEditor<T extends XmlDocument> |
| Modifier and Type | Method and Description |
|---|---|
EditorView<XmlDocument> |
RawXmlEditorFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem) |
EditorView<?> |
RawXmlEditorFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSourceEditorView<T extends ModelItem>
Default "XML" source editor view in SoapUI
|
static class |
XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor
XmlSource editor for a WsdlMockRequest
|
static class |
XmlSourceEditorViewFactory.WsdlMockResponseXmlSourceEditor
XmlSource editor for a WsdlMockResponse
|
static class |
XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor
XmlSource editor for a WsdlRequest
|
static class |
XmlSourceEditorViewFactory.WsdlResponseXmlSourceEditor
XmlSource editor for a WsdlResponse
|
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
XmlSourceEditorViewFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem) |
EditorView<?> |
XmlSourceEditorViewFactory.createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlEditorView<T extends XmlDocument>
Views available for the XmlDocument of a XmlEditor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XmlInspector.isEnabledFor(EditorView<XmlDocument> view) |
Copyright © 2019. All Rights Reserved.