this(locator, null);
}
public AbstractInvoker(InvokerLocator locator, Map configuration)
{
this.classbyteloader = new ClassByteClassLoader(this.getClass().getClassLoader());
this.locator = locator;
if (configuration != null)
this.configuration.putAll(configuration);