Class CryptoSoapValidator

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IDualModeValidator, IForwardTarget, IPipe, IScopeProvider, IValidator, IWithParameters, IXmlValidator, NameAware, HasKeystore, EventThrowing, SchemasProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

public class CryptoSoapValidator extends SoapValidator implements HasKeystore
Validator that can sign, encrypt, verify and decrypt SOAP messages. At least one operation is required, you may combine `sign,encrypt` and `verify,decrypt` operations.
This validator extends the SoapValidator and can be used to validate SOAP messages with additional security features. If you wish to use it without validating the soap message, set the attribute allowPlainXml to true.