Uses of Interface
com.eviware.soapui.support.editor.xml.XmlDocument

Packages that use XmlDocument
com.eviware.soapui.impl.rest.panels.request   
com.eviware.soapui.impl.rest.panels.request.inspectors.representations   
com.eviware.soapui.impl.support.components WsdlRequest editor-classes 
com.eviware.soapui.impl.support.panels   
com.eviware.soapui.impl.wsdl.panels.mockoperation WsdlMockOperation panels and related classes 
com.eviware.soapui.impl.wsdl.panels.request WsdlRequest / WsdlTestRequest related panel classes 
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.support.editor.inspectors Base package for XmlEditor inspectors 
com.eviware.soapui.support.editor.inspectors.attachments AttachmentInspector-related classes 
com.eviware.soapui.support.editor.inspectors.aut   
com.eviware.soapui.support.editor.inspectors.httpheaders   
com.eviware.soapui.support.editor.inspectors.script   
com.eviware.soapui.support.editor.inspectors.ssl   
com.eviware.soapui.support.editor.inspectors.wsa   
com.eviware.soapui.support.editor.inspectors.wss   
com.eviware.soapui.support.editor.views Base package for XmlView views 
com.eviware.soapui.support.editor.views.xml.raw   
com.eviware.soapui.support.editor.views.xml.source Default XML Source View classes 
com.eviware.soapui.support.editor.xml   
com.eviware.soapui.support.editor.xml.support Utility-classes for implementing and using XmlDocuments 
 

Uses of XmlDocument in com.eviware.soapui.impl.rest.panels.request
 

Classes in com.eviware.soapui.impl.rest.panels.request that implement XmlDocument
 class AbstractRestRequestDesktopPanel.RestRequestDocument
           
 class AbstractRestRequestDesktopPanel.RestResponseDocument
           
 

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.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 with type parameters of type XmlDocument
 class AbstractHttpRequestDesktopPanel.AbstractHttpRequestMessageEditor<T3 extends XmlDocument>
           
 class AbstractHttpRequestDesktopPanel.AbstractHttpResponseMessageEditor<T3 extends XmlDocument>
           
 

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.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)
           
 

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
 



Copyright © 2005-2008 eviware.com. All Rights Reserved.