props.put(AnnotationServiceFactory.ALLOW_INTERFACE, Boolean.TRUE);
}
if (properties != null) {
props.putAll(properties);
}
xfireService = factory.create(serviceClass, svcLocalName, svcNamespace, props);
xfireService.setInvoker(new BeanInvoker(getPojo()));
xfireService.setFaultSerializer(new JbiFaultSerializer());
xfireService.setProperty(SoapConstants.MTOM_ENABLED, Boolean.toString(mtomEnabled));
if (validationEnabled != null) {
if ("jaxb2".equals(typeMapping)) {