String lvClass = (String) pvPropertyMap.get( InvocationStrategy.CLASS_NAME );
String lvMethod = (String) pvPropertyMap.get( InvocationStrategy.METHOD_NAME );
if ( (lvClass == null) || (lvMethod == null) )
{
throw new InvocationException( "Error in the InvocationStrategy " + this.getClass().getName() + ". "
+ "The class: " + lvClass + " and the method: " + lvMethod + " must be unequal null!" );
}
RemotingRequest request = new RemotingRequest();
request.setClazz( lvClass );