You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by wi...@apache.org on 2005/06/16 16:48:01 UTC

svn commit: r190927 - /incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java

Author: wire
Date: Thu Jun 16 07:48:01 2005
New Revision: 190927

URL: http://svn.apache.org/viewcvs?rev=190927&view=rev
Log:
New

Added:
    incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java

Added: incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java?rev=190927&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java (added)
+++ incubator/muse/trunk/src/ieeedemo/client/src/org/apache/interop/common/EprProvider.java Thu Jun 16 07:48:01 2005
@@ -0,0 +1,23 @@
+/*
+ * Created on Jun 10, 2005
+ *
+ * TODO To change the template for this generated file go to
+ * Window - Preferences - Java - Code Style - Code Templates
+ */
+package org.apache.interop.common;
+import java.io.IOException;
+import java.net.MalformedURLException;
+
+import org.apache.ws.addressing.EndpointReference;
+import org.apache.xmlbeans.XmlException;
+
+/**
+ * @author wire
+ *
+ * TODO To change the template for this generated type comment go to
+ * Window - Preferences - Java - Code Style - Code Templates
+ */
+public interface EprProvider {
+	public EndpointReference getEpr(String endpointName) throws MalformedURLException, XmlException, IOException;
+
+}



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