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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]