30313233343536
public class SoapVersionRegistrar implements PropertyEditorRegistrar { /** {@inheritDoc}*/ public void registerCustomEditors(PropertyEditorRegistry registry) { registry.registerCustomEditor(SoapVersion.class, new SoapVersionEditor()); }