TUSCANY-3968: Add getJMSResourceFactory() method to JMSBindingReferenceBindingProvider

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2011-11-03 13:59:33 +00:00
commit 79bdfa6f74

View file

@ -215,5 +215,9 @@ public class JMSBindingReferenceBindingProvider implements EndpointReferenceAsyn
public boolean supportsNativeAsync() {
return true;
} // end method supportsNativeAsync
public JMSResourceFactory getJMSResourceFactory() {
return jmsResourceFactory;
}
} // end class