|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlDocument in com.eviware.soapui.impl.rest.panels.request.inspectors.representations |
---|
Method parameters in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with type arguments of type XmlDocument | |
---|---|
boolean |
AbstractRestRepresentationsInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.impl.rest.panels.request.inspectors.schema |
---|
Method parameters in com.eviware.soapui.impl.rest.panels.request.inspectors.schema with type arguments of type XmlDocument | |
---|---|
boolean |
InferredSchemaInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.impl.support.components |
---|
Classes in com.eviware.soapui.impl.support.components with type parameters of type XmlDocument | |
---|---|
class |
ModelItemXmlEditor<T extends ModelItem,T2 extends XmlDocument>
Base XmlEditor class for editing SOAP Messages |
class |
RequestMessageXmlEditor<T extends ModelItem,T2 extends XmlDocument>
XmlEditor for the request of a WsdlRequest |
class |
ResponseMessageXmlEditor<T extends ModelItem,T2 extends XmlDocument>
XmlEditor for a response-message to a WsdlRequest |
Classes in com.eviware.soapui.impl.support.components that implement XmlDocument | |
---|---|
class |
RequestXmlDocument
XmlDocument for a WsdlRequest |
class |
ResponseXmlDocument
XmlDocument for the response to a WsdlRequest |
Uses of XmlDocument in com.eviware.soapui.impl.support.panels |
---|
Classes in com.eviware.soapui.impl.support.panels that implement XmlDocument | |
---|---|
class |
AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument
|
class |
AbstractHttpXmlRequestDesktopPanel.HttpResponseDocument
|
Uses of XmlDocument in com.eviware.soapui.impl.wsdl.panels.mockoperation |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.mockoperation that implement XmlDocument | |
---|---|
class |
MockRequestXmlDocument
XmlDocument for the last request to a WsdlMockResponse |
class |
MockResponseXmlDocument
XmlDocument for a WsdlMockResponse |
Constructors in com.eviware.soapui.impl.wsdl.panels.mockoperation with parameters of type XmlDocument | |
---|---|
AbstractWsdlMockResponseDesktopPanel.WsdlMockRequestMessageEditor(XmlDocument document)
|
|
AbstractWsdlMockResponseDesktopPanel.WsdlMockResponseMessageEditor(XmlDocument document)
|
Uses of XmlDocument in com.eviware.soapui.impl.wsdl.panels.request |
---|
Constructors in com.eviware.soapui.impl.wsdl.panels.request with parameters of type XmlDocument | |
---|---|
AbstractWsdlRequestDesktopPanel.WsdlRequestMessageEditor(XmlDocument document)
|
|
AbstractWsdlRequestDesktopPanel.WsdlResponseMessageEditor(XmlDocument document)
|
Uses of XmlDocument in com.eviware.soapui.impl.wsdl.panels.support |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.support that implement XmlDocument | |
---|---|
class |
XmlDocumentAdapter
Adapter for XmlDocument implementations/sources |
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors |
---|
Methods in com.eviware.soapui.support.editor.inspectors that return types with arguments of type XmlDocument | |
---|---|
Editor<XmlDocument> |
AbstractXmlInspector.getEditor()
|
Method parameters in com.eviware.soapui.support.editor.inspectors with type arguments of type XmlDocument | |
---|---|
void |
AbstractXmlInspector.init(Editor<XmlDocument> editor)
|
boolean |
AbstractXmlInspector.isEnabledFor(EditorView<XmlDocument> view)
|
void |
AbstractXmlInspector.locationChanged(EditorLocation<XmlDocument> location)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.attachments |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.attachments with type arguments of type XmlDocument | |
---|---|
boolean |
AttachmentsInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.aut |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.aut with type arguments of type XmlDocument | |
---|---|
boolean |
RequestAutInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.httpheaders |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.httpheaders with type arguments of type XmlDocument | |
---|---|
boolean |
HttpHeadersInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.script |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.script with type arguments of type XmlDocument | |
---|---|
boolean |
MockResponseScriptInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.ssl |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.ssl with type arguments of type XmlDocument | |
---|---|
boolean |
ResponseSSLInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.wsa |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.wsa with type arguments of type XmlDocument | |
---|---|
boolean |
AbstractWsaInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.wsrm |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.wsrm with type arguments of type XmlDocument | |
---|---|
boolean |
AbstractWsrmInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.inspectors.wss |
---|
Method parameters in com.eviware.soapui.support.editor.inspectors.wss with type arguments of type XmlDocument | |
---|---|
boolean |
AbstractWssInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.views |
---|
Classes in com.eviware.soapui.support.editor.views with type parameters of type XmlDocument | |
---|---|
class |
AbstractXmlEditorView<T extends XmlDocument>
Abstract base-class to be extended by XmlViews |
Uses of XmlDocument in com.eviware.soapui.support.editor.views.xml.raw |
---|
Classes in com.eviware.soapui.support.editor.views.xml.raw with type parameters of type XmlDocument | |
---|---|
class |
RawXmlEditor<T extends XmlDocument>
|
Methods in com.eviware.soapui.support.editor.views.xml.raw that return types with arguments of type XmlDocument | |
---|---|
EditorView<XmlDocument> |
RawXmlEditorFactory.createRequestEditorView(Editor<?> editor,
ModelItem modelItem)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.views.xml.source |
---|
Constructor parameters in com.eviware.soapui.support.editor.views.xml.source with type arguments of type XmlDocument | |
---|---|
XmlSourceEditorView(XmlEditor<XmlDocument> xmlEditor,
T modelItem)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.xml |
---|
Classes in com.eviware.soapui.support.editor.xml with type parameters of type XmlDocument | |
---|---|
class |
XmlEditor<T extends XmlDocument>
Editor-framework for Xml Documents |
interface |
XmlEditorView<T extends XmlDocument>
Views available for the XmlDocument of a XmlEditor |
Methods in com.eviware.soapui.support.editor.xml that return types with arguments of type XmlDocument | |
---|---|
Editor<XmlDocument> |
XmlInspector.getEditor()
|
Method parameters in com.eviware.soapui.support.editor.xml with type arguments of type XmlDocument | |
---|---|
void |
XmlInspector.init(Editor<XmlDocument> editor)
|
boolean |
XmlInspector.isEnabledFor(EditorView<XmlDocument> view)
|
Uses of XmlDocument in com.eviware.soapui.support.editor.xml.support |
---|
Classes in com.eviware.soapui.support.editor.xml.support that implement XmlDocument | |
---|---|
class |
AbstractXmlDocument
Abstract base-class for XmlDocument implementations |
class |
DefaultXmlDocument
Default XmlDocument that works on a standard xml string |
class |
XmlObjectXmlDocument
Default XmlDocument that works on an existing XmlObject |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |