You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by sc...@apache.org on 2005/05/17 23:59:21 UTC

svn commit: r170673 - /incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt

Author: scamp
Date: Tue May 17 14:59:20 2005
New Revision: 170673

URL: http://svn.apache.org/viewcvs?rev=170673&view=rev
Log:
updated for package change

Modified:
    incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt

Modified: incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt?rev=170673&r1=170672&r2=170673&view=diff
==============================================================================
--- incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt (original)
+++ incubator/hermes/trunk/src/templates/v2004_06/NotificationProducerPortType.txt Tue May 17 14:59:20 2005
@@ -7,7 +7,7 @@
     */
    public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe( org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc )
    {        
-       return new org.apache.ws.notification.base.v2004_6.porttype.impl.NotificationProducerPortTypeImpl( getResourceContext(  ) ).subscribe( requestDoc );
+       return new org.apache.ws.notification.base.v2004_06.porttype.impl.NotificationProducerPortTypeImpl( getResourceContext(  ) ).subscribe( requestDoc );
    }
 
    /**
@@ -19,6 +19,6 @@
     */
    public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage( org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc )
    {
-       return new org.apache.ws.notification.base.v2004_6.porttype.impl.NotificationProducerPortTypeImpl( getResourceContext(  ) ).getCurrentMessage( requestDoc );
+       return new org.apache.ws.notification.base.v2004_06.porttype.impl.NotificationProducerPortTypeImpl( getResourceContext(  ) ).getCurrentMessage( requestDoc );
    }
     



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