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.impl.rest.panels.request.inspectors.schema   
com.eviware.soapui.support.editor.inspectors.amfheader   
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.jms.header   
com.eviware.soapui.support.editor.inspectors.jms.property   
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.wsrm   
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.impl.rest.panels.request.inspectors.schema
 

Classes in com.eviware.soapui.impl.rest.panels.request.inspectors.schema that implement InspectorFactory
 class InferredSchemaInspectorFactory
           
 

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

Classes in com.eviware.soapui.support.editor.inspectors.amfheader that implement InspectorFactory
 class AMFHeadersInspectorFactory
           
 

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.jms.header
 

Classes in com.eviware.soapui.support.editor.inspectors.jms.header that implement InspectorFactory
 class JMSHeaderInspectorFactory
           
 

Uses of InspectorFactory in com.eviware.soapui.support.editor.inspectors.jms.property
 

Classes in com.eviware.soapui.support.editor.inspectors.jms.property that implement InspectorFactory
 class JMSHeaderAndPropertyInspectorFactory
           
 class JMSPropertyInspectorFactory
           
 

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

Classes in com.eviware.soapui.support.editor.inspectors.wsrm that implement InspectorFactory
 class WsrmInspectorFactory
           
 class WsrmPiggybackInspectorFactory
           
 

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-2010 eviware.com. All Rights Reserved.