You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2005/12/23 07:40:44 UTC

svn commit: r358747 - /webservices/kandula/branches/Kandula_1/src/java/org/apache/ws/transaction/wsat/CompletionInitiatorEndpoint.java

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: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org