151152153154155156157
* Creates a new {@link WfRequester} instance. * @return An instance of the WfRequester Interface. * @throws WfException */ public static WfRequester getWfRequester() throws WfException { return new WfRequesterImpl(); }