this.deployerInformation.setArchiveExtension(RuleConstants.RULE_SERVICE_ARCHIVE_EXTENSION);
this.deployerInformation.setFileExtension(RuleConstants.RULE_FILE_EXTENSION);
this.deployerInformation.setServiceProvider(new RuleServiceEngineFactory());
this.deployerInformation.setServiceType(RuleConstants.RULE_SERVICE_TYPE);
this.deployerInformation.setServicePathKey(RuleConstants.RULE_SERVICE_PATH);
this.deployerInformation.setExtensionBuilder(new RuleServiceExtensionBuilder());
this.deployerInformation.setMessageReceiverFactory(new RuleServiceMessageReceiverFactory());
this.deployerInformation.setServiceArchiveGeneratableKey(RuleConstants.RULE_SERVICE_ARCHIVE_GENERATABLE);
}