Uses of Interface
com.eviware.soapui.support.editor.registry.InspectorFactory

Packages that use InspectorFactory
com.eviware.soapui.impl.rest.panels.request.inspectors.representations   
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.registry   
 

Uses of InspectorFactory in com.eviware.soapui.impl.rest.panels.request.inspectors.representations
 

Classes in com.eviware.soapui.impl.rest.panels.request.inspectors.representations that implement InspectorFactory
 class RestRepresentationsInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.attachments
 

Classes in com.eviware.soapui.support.editor.inspectors.attachments that implement InspectorFactory
 class AttachmentsInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.aut
 

Classes in com.eviware.soapui.support.editor.inspectors.aut that implement InspectorFactory
 class AutInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.httpheaders
 

Classes in com.eviware.soapui.support.editor.inspectors.httpheaders that implement InspectorFactory
 class HttpHeadersInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.script
 

Classes in com.eviware.soapui.support.editor.inspectors.script that implement InspectorFactory
 class ScriptInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.ssl
 

Classes in com.eviware.soapui.support.editor.inspectors.ssl that implement InspectorFactory
 class SSLInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.wsa
 

Classes in com.eviware.soapui.support.editor.inspectors.wsa that implement InspectorFactory
 class WsaInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.wss
 

Classes in com.eviware.soapui.support.editor.inspectors.wss that implement InspectorFactory
 class WssInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.registry
 

Subinterfaces of InspectorFactory in com.eviware.soapui.support.editor.registry
 interface RequestInspectorFactory
          Interface fore request inspectors
 interface ResponseInspectorFactory
          Interface fore response inspectors
 

Methods in com.eviware.soapui.support.editor.registry that return InspectorFactory
 InspectorFactory[] InspectorRegistry.getFactories()
           
 InspectorFactory[] InspectorRegistry.getFactoriesOfType(java.lang.Class<?> type)
           
 

Methods in com.eviware.soapui.support.editor.registry with parameters of type InspectorFactory
 void InspectorRegistry.addFactory(InspectorFactory factory)
           
 void InspectorRegistry.removeFactory(InspectorFactory factory)
           
 



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