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 th...@apache.org on 2005/09/01 07:16:22 UTC

svn commit: r265655 - in /webservices/kandula/trunk/java/src/org/apache/kandula: Constants.java utility/EndpointReferenceFactory.java

Author: thilina
Date: Wed Aug 31 22:16:06 2005
New Revision: 265655

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

Modified:
    webservices/kandula/trunk/java/src/org/apache/kandula/Constants.java
    webservices/kandula/trunk/java/src/org/apache/kandula/utility/EndpointReferenceFactory.java

Modified: webservices/kandula/trunk/java/src/org/apache/kandula/Constants.java
URL: http://svn.apache.org/viewcvs/webservices/kandula/trunk/java/src/org/apache/kandula/Constants.java?rev=265655&r1=265654&r2=265655&view=diff
==============================================================================
--- webservices/kandula/trunk/java/src/org/apache/kandula/Constants.java (original)
+++ webservices/kandula/trunk/java/src/org/apache/kandula/Constants.java Wed Aug 31 22:16:06 2005
@@ -21,7 +21,7 @@
  */
 abstract public interface Constants {
 
-	//public static final String WS_COOR="http://schemas.xmlsoap.org/ws/2003/09/wscoor";
+	public static final String WS_COOR="http://schemas.xmlsoap.org/ws/2004/10/wscoor";
 	public static final String WS_AT = "http://schemas.xmlsoap.org/ws/2004/10/wsat";
 	public static final String WS_BA  = "http://schemas.xmlsoap.org/ws/2004/10/wsba";
 	public static final String WS_AT_COMPLETION = "http://schemas.xmlsoap.org/ws/2004/10/wsat/Completion";

Modified: webservices/kandula/trunk/java/src/org/apache/kandula/utility/EndpointReferenceFactory.java
URL: http://svn.apache.org/viewcvs/webservices/kandula/trunk/java/src/org/apache/kandula/utility/EndpointReferenceFactory.java?rev=265655&r1=265654&r2=265655&view=diff
==============================================================================
--- webservices/kandula/trunk/java/src/org/apache/kandula/utility/EndpointReferenceFactory.java (original)
+++ webservices/kandula/trunk/java/src/org/apache/kandula/utility/EndpointReferenceFactory.java Wed Aug 31 22:16:06 2005
@@ -16,17 +16,14 @@
  */
 package org.apache.kandula.utility;
 
-import java.io.InputStream;
-import java.net.InetAddress;
-import java.util.Properties;
-
-import org.apache.axis2.addressing.EndpointReference;
 import org.apache.kandula.typemapping.EndPointReference;
-import org.apache.xmlbeans.SchemaType;
-import org.apache.xmlbeans.impl.schema.SchemaTypeImpl;
 import org.xmlsoap.schemas.ws.x2002.x07.utility.impl.PortReferenceTypeImpl;
 import org.xmlsoap.schemas.ws.x2004.x03.addressing.ReferencePropertiesType;
 import org.xmlsoap.schemas.ws.x2004.x03.addressing.impl.EndpointReferenceTypeImpl;
+
+import java.io.InputStream;
+import java.net.InetAddress;
+import java.util.Properties;
 
 public class EndpointReferenceFactory {
 	static final String PROPERTY_FILE= "endpoints.conf";



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