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:
parent
1efb0e3d6f
commit
79bdfa6f74
1 changed files with 4 additions and 0 deletions
|
|
@ -215,5 +215,9 @@ public class JMSBindingReferenceBindingProvider implements EndpointReferenceAsyn
|
|||
public boolean supportsNativeAsync() {
|
||||
return true;
|
||||
} // end method supportsNativeAsync
|
||||
|
||||
public JMSResourceFactory getJMSResourceFactory() {
|
||||
return jmsResourceFactory;
|
||||
}
|
||||
|
||||
} // end class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue