You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/29 19:46:21 UTC

svn commit: r226404 - /webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java

Author: scamp
Date: Fri Jul 29 10:46:19 2005
New Revision: 226404

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

Modified:
    webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java

Modified: webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java?rev=226404&r1=226403&r2=226404&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java (original)
+++ webservices/pubscribe/trunk/src/examples/consumer/src/org/apache/ws/resource/example/RequestUtils.java Fri Jul 29 10:46:19 2005
@@ -5,7 +5,7 @@
 import org.apache.ws.addressing.EndpointReference;
 import org.apache.ws.addressing.XmlBeansEndpointReference;
 import org.apache.ws.notification.topics.v2004_06.TopicsConstants;
-import org.apache.ws.resource.example.notifConsumer.ConsumerPortPropertyQNames;
+import org.apache.ws.resource.example.notifConsumer.ConsumerPropertyQNames;
 import org.apache.ws.resource.example.notifConsumer.LastMessageType;
 import org.apache.ws.util.XmlBeanUtils;
 import org.apache.ws.util.soap.SoapClient;
@@ -143,7 +143,7 @@
     {
 
         GetResourcePropertyDocument getResourcePropertyDocument = GetResourcePropertyDocument.Factory.newInstance();
-        getResourcePropertyDocument.setGetResourceProperty(ConsumerPortPropertyQNames.LASTMESSAGE);
+        getResourcePropertyDocument.setGetResourceProperty(ConsumerPropertyQNames.LASTMESSAGE);
         XmlObject xmlObject = sendRequest(getResourcePropertyDocument, "http://getResourceProp", createEpr(serviceURL));
         if (xmlObject instanceof GetResourcePropertyResponseDocument.GetResourcePropertyResponse)
         {