You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/07/18 20:36:37 UTC

svn commit: r423180 - /incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java

Author: boisvert
Date: Tue Jul 18 11:36:37 2006
New Revision: 423180

URL: http://svn.apache.org/viewvc?rev=423180&view=rev
Log:
Add JBI end-point-reference namespace

Modified:
    incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java

Modified: incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java
URL: http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java?rev=423180&r1=423179&r2=423180&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java (original)
+++ incubator/ode/scratch/pxe-iapi/utils/src/main/java/com/fs/utils/Namespaces.java Tue Jul 18 11:36:37 2006
@@ -18,5 +18,7 @@
   public static final String WSDL_20 = "http://www.w3.org/2006/01/wsdl";
 
   public static final String XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
+  
+  public static final String JBI_END_POINT_REFERENCE = "http://java.sun.com/jbi/end-point-reference";  
 
 }