From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../jms/provider/DefaultJMSBindingListener.html | 363 +++++++++++++++++++++ 1 file changed, 363 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/provider/DefaultJMSBindingListener.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/provider/DefaultJMSBindingListener.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/provider/DefaultJMSBindingListener.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/provider/DefaultJMSBindingListener.html new file mode 100644 index 0000000000..4bbeba32ed --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/provider/DefaultJMSBindingListener.html @@ -0,0 +1,363 @@ + + + + + + +DefaultJMSBindingListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.jms.provider +
+Class DefaultJMSBindingListener

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.binding.jms.provider.DefaultJMSBindingListener
+
+
+Deprecated. +

+

+
@Deprecated
+public class DefaultJMSBindingListener
extends java.lang.Object
+ + +

+Listener for the JMSBinding. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DefaultJMSBindingListener(JMSBinding jmsBinding, + JMSResourceFactory jmsResourceFactory, + RuntimeComponentService service, + Binding targetBinding) + +
+          Deprecated.  
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  OperationgetTargetOperation(java.lang.String operationName) + +
+          Deprecated.  
+protected  java.lang.ObjectinvokeService(Message requestJMSMsg) + +
+          Deprecated. Turn the JMS message back into a Tuscany message and invoke the target component
+ voidonMessage(Message requestJMSMsg) + +
+          Deprecated.  
+protected  voidsendReply(Message requestJMSMsg, + java.lang.Object responsePayload, + boolean isFault) + +
+          Deprecated.  
+protected  voidsetHeaderProperties(Message requestJMSMsg, + MessageImpl tuscanyMsg, + Operation operation) + +
+          Deprecated.  
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefaultJMSBindingListener

+
+public DefaultJMSBindingListener(JMSBinding jmsBinding,
+                                 JMSResourceFactory jmsResourceFactory,
+                                 RuntimeComponentService service,
+                                 Binding targetBinding)
+                          throws javax.naming.NamingException
+
+
Deprecated. 
+ +
Throws: +
javax.naming.NamingException
+
+ + + + + + + + +
+Method Detail
+ +

+onMessage

+
+public void onMessage(Message requestJMSMsg)
+
+
Deprecated. 
+
+
+
+
+ +

+invokeService

+
+protected java.lang.Object invokeService(Message requestJMSMsg)
+                                  throws JMSException,
+                                         java.lang.reflect.InvocationTargetException
+
+
Deprecated. 
Turn the JMS message back into a Tuscany message and invoke the target component +

+

+
Parameters:
requestJMSMsg - +
Returns:
+
Throws: +
JMSException +
java.lang.reflect.InvocationTargetException
+
+
+
+ +

+getTargetOperation

+
+protected Operation getTargetOperation(java.lang.String operationName)
+
+
Deprecated. 
+
+
+
+
+ +

+setHeaderProperties

+
+protected void setHeaderProperties(Message requestJMSMsg,
+                                   MessageImpl tuscanyMsg,
+                                   Operation operation)
+                            throws JMSException
+
+
Deprecated. 
+ +
Throws: +
JMSException
+
+
+
+ +

+sendReply

+
+protected void sendReply(Message requestJMSMsg,
+                         java.lang.Object responsePayload,
+                         boolean isFault)
+
+
Deprecated. 
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3