@Action(value: validateXmlAgainstSchema) class ValidateXmlAgainstSchemaKeyword extends WebserviceAbstractKeyword
Fields inherited from class | Fields |
---|---|
class AbstractKeyword |
logger |
Constructor and description |
---|
ValidateXmlAgainstSchemaKeyword
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Object |
execute(Object[] params) |
|
SupportLevel |
getSupportLevel(Object[] params) |
|
boolean |
validateWithXmlSchema(ResponseObject response, String xmlSchema, FailureHandling flowControl) |
|
boolean |
validateWithXmlSchema(String xmlObject, String xmlSchema, FailureHandling flowControl) |
|
boolean |
validateXmlOrSOAPWithXmlSchema(String response, String xmlSchema, FailureHandling flowControl) |
Methods inherited from class | Name |
---|---|
class WebserviceAbstractKeyword |
getSupportLevel |
class AbstractKeyword |
getBooleanValue, getFailureHandling, getFailureHandling, getOptionalParam, getOptionalParam, getOptionalParam, getParam, getTestObject |