Finished up JMS support.

This commit is contained in:
Arjen Poutsma
2006-11-18 13:32:29 +00:00
parent ee0f3d24db
commit f4ac540d5b

View File

@@ -91,8 +91,11 @@ public class AxiomSoapMessageFactory implements WebServiceMessageFactory, Initia
this.payloadCaching = payloadCaching;
}
public void afterPropertiesSet() throws Exception {
public AxiomSoapMessageFactory() {
inputFactory = XMLInputFactory.newInstance();
}
public void afterPropertiesSet() throws Exception {
if (logger.isInfoEnabled()) {
logger.info(payloadCaching ? "Enabled payload caching" : "Disabled payload caching");
}