111112113114115116117
public void setModule(String module) { this.module = module; } DispatchEntry asDispatchEntry() { return new DispatchEntry(url, module); }
107108109110111112113114115116117
} } else { throwUnsupportedTag(node.getTag(), DISPATCH_TAG); } if (url != null && module != null) { dispatchXmlBuilder.addDispatchEntry(new DispatchEntry(url, module)); url = null; module = null; dispatchComplete = true; } break;