return invoke(invocation);
}
private ComponentInvocation getInvocation(Element element)
{
ComponentInvocation invocation = _invocationMap.get(element);
if (invocation == null)
throw new IllegalArgumentException(
"No component invocation object is associated with the Element.");