Interface WebserviceErrorFactory
-
- All Known Implementing Classes:
DefaultWebserviceErrorFactory
public interface WebserviceErrorFactoryFactory that produces list of errors from given object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ErrorWsDTO>createErrorList(java.lang.Object obj)
-
-
-
Method Detail
-
createErrorList
java.util.List<ErrorWsDTO> createErrorList(java.lang.Object obj)
-
-