Uses of Class
com.eviware.soapui.model.support.AbstractModelItem

Packages that use AbstractModelItem
com.eviware.soapui.impl Default implementations of core interfaces 
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.assertions WsdlAssertion implementations and related classes 
 

Uses of AbstractModelItem in com.eviware.soapui.impl
 

Subclasses of AbstractModelItem in com.eviware.soapui.impl
 class WorkspaceImpl
          Default Workspace implementation
 

Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl
 

Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl
 class AbstractWsdlModelItem
          Abstract base class for WSDL-implementation classes
 class WsdlInterface
          WSDL implementation of Interface, maps to a WSDL Binding
 class WsdlOperation
          WSDL implementation of Operation, maps to a WSDL BindingOperation
 class WsdlProject
          WSDL project implementation
 class WsdlRequest
          Request implementation holding a SOAP request
 class WsdlTestCase
          TestCase implementation for WSDL projects
 class WsdlTestStep
          Base class for WSDL project test steps.
 class WsdlTestSuite
          TestSuite implementation for WSDL projects.
 

Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps
 

Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps
 class TransferResponseValuesTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class WsdlAssertion
          Base class for WsdlAssertions
 class WsdlTestRequest
          WsdlRequest extension that adds WsdlAssertions
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 

Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions
 

Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions
 class SchemaComplianceAssertion
          Asserts that a request or response message complies with its related WSDL definition / XML Schema
 class SimpleContainsAssertion
          Assertion that checks for a specified text token in the associated WsdlTestRequests response XML message
 class SoapFaultAssertion
          Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault
 class XPathContainsAssertion
          Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message
 



Copyright © 2005 eviware.com. All Rights Reserved.