1 55 56 package org.jboss.axis.components.jms; 57 58 import org.jboss.axis.AxisProperties; 59 60 67 public class JMSVendorAdapterFactory 68 { 69 static 70 { 71 73 AxisProperties.setClassDefault(JMSVendorAdapter.class, 74 "org.jboss.axis.components.jms.JNDIVendorAdapter"); 75 } 76 77 public static final JMSVendorAdapter getJMSVendorAdapter() 78 { 79 return (JMSVendorAdapter)AxisProperties.newInstance(JMSVendorAdapter.class); 80 } 81 82 } | Popular Tags |