Interface ResultFactory
- All Known Implementing Classes:
DomResultFactory
,StringResultFactory
public interface ResultFactory
Factory to create a
Result
possibly taking into account the
provided message payload instance.- Author:
- Jonas Partner
-
Method Summary
Modifier and Type Method Description Result
createResult(Object payload)