Author: dasarath
Date: Thu Dec 22 22:40:42 2005
New Revision: 358747

URL: http://svn.apache.org/viewcvs?rev=358747&view=rev
Log: (empty)

Added:
    
webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java

Added: 
webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java
URL: 
http://svn.apache.org/viewcvs/webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java?rev=358747&view=auto
==============================================================================
--- 
webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java
 (added)
+++ 
webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java
 Thu Dec 22 22:40:42 2005
@@ -0,0 +1,25 @@
+package org.apache.ws.transaction.wsat;
+
+import org.apache.axis.message.addressing.PortType;
+
+// if anyone feels that he/she needs to work with this file then
+// you should be looking into using Kandula2/Axis2-- at least for now,
+// we ignore these messages and assume we can do so safely
+
+public class CompletionInitiatorEndpoint implements
+               org.apache.ws.transaction.wsat.CompletionInitiatorPortType {
+       public static PortType PORT_TYPE=
+               new PortType("http://schemas.xmlsoap.org/ws/2004/10/wsat";, 
"CompletionInitiatorPortType");
+
+       public void committedOperation(
+                       org.apache.ws.transaction.wsat.Notification parameters)
+                       throws java.rmi.RemoteException {
+               System.out.println("[CompletionInitiatorEndpoint] 
committedOperation");
+       }
+
+       public void abortedOperation(
+                       org.apache.ws.transaction.wsat.Notification parameters)
+                       throws java.rmi.RemoteException {
+               System.out.println("[CompletionInitiatorEndpoint] 
abortedOperation");
+       }
+}
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to