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