Uses of Enum Class
org.mule.soapkit.soap.api.param.ValidationLevel
Packages that use ValidationLevel
Package
Description
-
Uses of ValidationLevel in org.mule.soapkit.soap.api.param
Methods in org.mule.soapkit.soap.api.param that return ValidationLevelModifier and TypeMethodDescriptionstatic ValidationLevelReturns the enum constant of this class with the specified name.static ValidationLevel[]ValidationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationLevel in org.mule.soapkit.soap.api.server
Methods in org.mule.soapkit.soap.api.server that return ValidationLevelMethods in org.mule.soapkit.soap.api.server with parameters of type ValidationLevelModifier and TypeMethodDescriptionSoapServerConfigurationBuilder.withValidationErrorLevel(ValidationLevel validationLevel) -
Uses of ValidationLevel in org.mule.soapkit.soap.server
Constructors in org.mule.soapkit.soap.server with parameters of type ValidationLevelModifierConstructorDescriptionSoapCxfServer(org.apache.cxf.endpoint.Server server, org.mule.wsdl.parser.model.PortModel portModel, boolean mtomEnabled, boolean validationEnabled, ValidationLevel validationLevel)