com.eviware.soapui.impl.wsdl.teststeps.assertions
Class SchemaComplianceAssertion

java.lang.Object
  extended by com.eviware.soapui.model.support.AbstractModelItem
      extended by com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
          extended by com.eviware.soapui.impl.wsdl.teststeps.assertions.SchemaComplianceAssertion
All Implemented Interfaces:
ModelItem

public class SchemaComplianceAssertion
extends WsdlAssertion

Asserts that a request or response message complies with its related WSDL definition / XML Schema

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
WsdlAssertion.AssertionStatus, WsdlAssertion.ConfigureAssertionAction, WsdlAssertion.RemoveAssertionAction, WsdlAssertion.RenameAssertionAction
 
Field Summary
 
Fields inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
CONFIGURATION_PROPERTY, STATUS_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
ACTIONS_PROPERTY, DESCRIPTION_PROPERTY, ICON_PROPERTY, NAME_PROPERTY
 
Constructor Summary
SchemaComplianceAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, WsdlTestRequest request)
           
 
Method Summary
protected  java.lang.String assertRequest(WsdlTestRequest request)
           
 void configure()
           
protected  org.apache.xmlbeans.XmlObject createConfiguration()
           
 boolean isConfigurable()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
assertResponse, createTreeNode, getConfiguration, getErrors, getIcon, getName, getRequest, getStatus, setConfiguration, setName, updateConfig
 
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem
addAction, addPropertyChangeListener, addPropertyChangeListener, getActions, getDescription, getPanelBuilder, getTreeModel, getTreeNode, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, release, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaComplianceAssertion

public SchemaComplianceAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig,
                                 WsdlTestRequest request)
Method Detail

assertRequest

protected java.lang.String assertRequest(WsdlTestRequest request)
                                  throws AssertionException
Specified by:
assertRequest in class WsdlAssertion
Throws:
AssertionException

configure

public void configure()
Overrides:
configure in class WsdlAssertion

createConfiguration

protected org.apache.xmlbeans.XmlObject createConfiguration()

isConfigurable

public boolean isConfigurable()
Overrides:
isConfigurable in class WsdlAssertion


Copyright © 2005 eviware.com. All Rights Reserved.