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 sa...@apache.org on 2006/03/09 18:24:52 UTC

svn commit: r384563 - /webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java

Author: sanka
Date: Thu Mar  9 09:24:48 2006
New Revision: 384563

URL: http://svn.apache.org/viewcvs?rev=384563&view=rev
Log:
updated the RMPolicyExtension

Modified:
    webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java

Modified: webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java?rev=384563&r1=384562&r2=384563&view=diff
==============================================================================
--- webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java (original)
+++ webservices/sandesha/trunk/src/org/apache/sandesha2/policy/RMPolicyExtension.java Thu Mar  9 09:24:48 2006
@@ -1,5 +1,7 @@
 package org.apache.sandesha2.policy;
 
+import javax.xml.namespace.QName;
+
 import org.apache.axis2.modules.PolicyExtension;
 import org.apache.ws.policy.Policy;
 import org.w3c.dom.Document;
@@ -7,7 +9,7 @@
 
 public class RMPolicyExtension implements PolicyExtension {
 
-	public void addMethodsToStub(Document document, Element element, Policy policy) {
+	public void addMethodsToStub(Document document, Element element, QName opName, Policy policy) {
 		
 		Element methods = document.createElement("reliableMessagingMethods");
 		



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org