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

Packages that use PropertyExpansionContainer
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.support.wsa   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.endpoint   
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.basic   
com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc   
com.eviware.soapui.impl.wsdl.teststeps.assertions.jms   
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap   
 

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

Subinterfaces of PropertyExpansionContainer in com.eviware.soapui.impl.rest
 interface RestRequestInterface
           
 

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

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

Subinterfaces of PropertyExpansionContainer in com.eviware.soapui.impl.support
 interface AbstractHttpRequestInterface<T extends AbstractRequestConfig>
           
 

Classes in com.eviware.soapui.impl.support that implement PropertyExpansionContainer
 class AbstractHttpRequest<T extends AbstractRequestConfig>
           
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.support.http
 

Subinterfaces of PropertyExpansionContainer in com.eviware.soapui.impl.support.http
 interface HttpRequestInterface<T extends AbstractRequestConfig>
           
 

Classes in com.eviware.soapui.impl.support.http that implement PropertyExpansionContainer
 class HttpRequest
           
 

Uses of PropertyExpansionContainer in com.eviware.soapui.impl.support.wsa
 

Classes in com.eviware.soapui.impl.support.wsa that implement PropertyExpansionContainer
 class WsaRequest
           
 

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

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

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

Classes in com.eviware.soapui.impl.wsdl.endpoint that implement PropertyExpansionContainer
 class DefaultEndpointStrategy
           
 class DefaultEndpointStrategy.EndpointDefaults
           
 

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
           
 class OutgoingWss
           
 

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
 

Subinterfaces of PropertyExpansionContainer in com.eviware.soapui.impl.wsdl.teststeps
 interface HttpTestRequestInterface<T extends AbstractRequestConfig>
           
 interface HttpTestRequestStepInterface
           
 interface RestTestRequestInterface
           
 interface RestTestRequestStepInterface
           
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement PropertyExpansionContainer
 class HttpTestRequest
           
 class HttpTestRequestStep
           
 class RestTestRequest
           
 class RestTestRequestStep
           
 class WsdlGroovyScriptTestStep
          TestStep that executes an arbitraty Groovy script
 class WsdlMessageAssertion
          Base class for WsdlAssertions
 class WsdlMockResponseTestStep
           
 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.basic
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic that implement PropertyExpansionContainer
 class GroovyScriptAssertion
          Assertion performed by a custom Grooy Script
 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 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
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc that implement PropertyExpansionContainer
 class JdbcStatusAssertion
           
 class JdbcTimeoutAssertion
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms that implement PropertyExpansionContainer
 class JMSStatusAssertion
          Asserts JMS connection
 class JMSTimeoutAssertion
          Asserts JMS response within timeout
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap that implement PropertyExpansionContainer
 class NotSoapFaultAssertion
          Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault
 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 WSARequestAssertion
          Assertion for verifying that WS-Addressing processing was ok
 class WSAResponseAssertion
          Assertion for verifying that WS-Addressing processing was ok
 class WSSStatusAssertion
          Assertion for verifiying that WS-Security processing was ok
 



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