Uses of Interface
com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer

Packages that use PropertyExpansionContainer
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.mock WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.support.wss   
com.eviware.soapui.impl.wsdl.support.wss.crypto   
com.eviware.soapui.impl.wsdl.support.wss.entries   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.assertions WsdlAssertion implementations and related classes 
 

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

Classes in com.eviware.soapui.impl.wsdl that implement PropertyExpansionContainer
 class WsdlRequest
          Request implementation holding a SOAP request
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.mock
 

Classes in com.eviware.soapui.impl.wsdl.mock that implement PropertyExpansionContainer
 class WsdlMockResponse
          A WsdlMockResponse contained by a WsdlMockOperation
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.support.wss
 

Subinterfaces of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.support.wss
 interface WssContainer
           
 

Classes in com.eviware.soapui.impl.wsdl.support.wss that implement PropertyExpansionContainer
 class DefaultWssContainer
           
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.support.wss.crypto
 

Classes in com.eviware.soapui.impl.wsdl.support.wss.crypto that implement PropertyExpansionContainer
 class MerlinCrypto
           
 class WssCryptoBase
           
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.support.wss.entries
 

Classes in com.eviware.soapui.impl.wsdl.support.wss.entries that implement PropertyExpansionContainer
 class AddEncryptionEntry
           
 class AddSAMLEntry
           
 class AddSignatureEntry
           
 class AddTimestampEntry
           
 class AddUsernameEntry
           
 class WssEntryBase
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement PropertyExpansionContainer
 class WsdlMessageAssertion
          Base class for WsdlAssertions
 class WsdlTestRequest
          WsdlRequest extension that adds WsdlAssertions
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions that implement PropertyExpansionContainer
 class GroovyScriptAssertion
          Assertion performed by a custom Grooy Script
 class NotSoapFaultAssertion
          Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault
 class ResponseSLAAssertion
          Assertion for verifiying that responses occurred in the desired amount of time.
 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 SimpleNotContainsAssertion
          Assertion that checks for the non-existence of a specified text token in the associated WsdlTestRequests response message
 class SoapFaultAssertion
          Assertion that checks that the associated WsdlTestRequests response is a SOAP Fault
 class SoapResponseAssertion
          Asserts that the specified message is a valid SOAP Message
 class WSSStatusAssertion
          Assertion for verifiying that WS-Security processing was ok
 class XPathContainsAssertion
          Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message
 class XQueryContainsAssertion
          Assertion that matches a specified XQuery expression and its expected result against the associated WsdlTestRequests response message
 



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