Packageorg.restfulx.services
Classpublic class XMLServiceErrors
InheritanceXMLServiceErrors Inheritance GenericServiceErrors

XMLHTTPServiceProvider specific IServiceErrors implementation.



Protected Properties
 PropertyDefined by
 Inheritederrors : Object
error holder
GenericServiceErrors
Public Methods
 MethodDefined by
  
XMLServiceErrors(result:XML)
Transforms XML encoded errors into an array of Validation results mapped by field name.
XMLServiceErrors
 Inherited
getFieldErrors(field:String):Array
GenericServiceErrors
Protected Methods
 MethodDefined by
 Inherited
createValidationResult(message:String):ValidationResult
Default validation result creator.
GenericServiceErrors
Constructor detail
XMLServiceErrors()constructor
public function XMLServiceErrors(result:XML)

Transforms XML encoded errors into an array of Validation results mapped by field name.

Parameters
result:XML — XML errors response