Author: scamp
Date: Tue Mar 22 13:48:08 2005
New Revision: 158683
URL: http://svn.apache.org/viewcvs?view=rev&rev=158683
Log:
fixed for package name changes
Modified:
incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt
incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt
incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt
incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt
incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt
incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt
incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt
incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt
incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt
incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt
incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt
incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt
incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt
incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt
incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt
Modified: incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetMultipleResourcePropertiesResponseDocument
getMultipleResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetMultipleResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft01.porttype.impl.GetMultipleResourcePropertiesPortTypeImpl(
getResourceContext( ) ).getMultipleResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_06.porttype.impl.GetMultipleResourcePropertiesPortTypeImpl(
getResourceContext( ) ).getMultipleResourceProperties( requestDoc );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyResponseDocument
getResourceProperty(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft01.porttype.impl.GetResourcePropertyPortTypeImpl(
getResourceContext( ) ).getResourceProperty( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_06.porttype.impl.GetResourcePropertyPortTypeImpl(
getResourceContext( ) ).getResourceProperty( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt
Tue Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.DestroyResponseDocument
destroy(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.DestroyDocument
requestDoc )
{
- return new
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.impl.ImmediateResourceTerminationPortTypeImpl(
getResourceContext( ) ).destroy( requestDoc );
+ return new
org.apache.ws.resource.lifetime.v2004_06.porttype.impl.ImmediateResourceTerminationPortTypeImpl(
getResourceContext( ) ).destroy( requestDoc );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.QueryResourcePropertiesResponseDocument
queryResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.QueryResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft01.porttype.impl.QueryResourcePropertiesPortTypeImpl(
getResourceContext( ) ).queryResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_06.porttype.impl.QueryResourcePropertiesPortTypeImpl(
getResourceContext( ) ).queryResourceProperties( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
Tue Mar 22 13:48:08 2005
@@ -1,14 +1,14 @@
- // initialize wsrl:CurrentTime property
- org.apache.ws.resource.properties.ResourceProperty prop =
m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
-
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument
currTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument.Factory.newInstance();
- currTime.setCurrentTime( java.util.Calendar.getInstance() );
- prop.add( currTime );
- prop.setCallback( new
org.apache.ws.resource.lifetime.callback.CurrentTimeCallback() );
+ // initialize wsrl:CurrentTime property
+ org.apache.ws.resource.properties.ResourceProperty prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
+
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument
currTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument.Factory.newInstance();
+ currTime.setCurrentTime( java.util.Calendar.getInstance() );
+ prop.add( currTime );
+ prop.setCallback( new
org.apache.ws.resource.lifetime.callback.CurrentTimeCallback() );
- // initialize wsrl:TerminationTime property
- prop = m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
-
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument
termTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument.Factory.newInstance();
- termTime.setNilTerminationTime();
- prop.add( termTime );
-
-
+ // initialize wsrl:TerminationTime property
+ prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
+
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument
termTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument.Factory.newInstance();
+ termTime.setNilTerminationTime();
+ prop.add( termTime );
+
+
Modified:
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt
Tue Mar 22 13:48:08 2005
@@ -5,7 +5,7 @@
*/
public void setTerminationTime( java.util.Calendar time )
{
-
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.setDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
getResourcePropertySet().get(
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
),
+
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.setDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
getResourcePropertySet().get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
),
time );
}
@@ -16,7 +16,7 @@
*/
public java.util.Calendar getCurrentTime()
{
- return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
) );
+ return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
) );
}
@@ -27,5 +27,5 @@
*/
public java.util.Calendar getTerminationTime()
{
- return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
) );
+ return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
) );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesResponseDocument
setResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft01.porttype.impl.SetResourcePropertiesPortTypeImpl(
getResourceContext( ) ).setResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_06.porttype.impl.SetResourcePropertiesPortTypeImpl(
getResourceContext( ) ).setResourceProperties( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.SetTerminationTimeResponseDocument
setTerminationTime(
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.SetTerminationTimeDocument
requestDoc )
{
- return new
org.apache.ws.resource.lifetime.v1_2_draft01.porttype.impl.ScheduledResourceTerminationPortTypeImpl(
getResourceContext( ) ).setTerminationTime( requestDoc );
+ return new
org.apache.ws.resource.lifetime.v2004_06.porttype.impl.ScheduledResourceTerminationPortTypeImpl(
getResourceContext( ) ).setTerminationTime( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.DeleteResourcePropertiesResponseDocument
deleteResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.DeleteResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.DeleteResourcePropertiesPortTypeImpl(
getResourceContext( ) ).deleteResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.DeleteResourcePropertiesPortTypeImpl(
getResourceContext( ) ).deleteResourceProperties( requestDoc );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetMultipleResourcePropertiesResponseDocument
getMultipleResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetMultipleResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.GetMultipleResourcePropertiesPortTypeImpl(
getResourceContext( ) ).getMultipleResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.GetMultipleResourcePropertiesPortTypeImpl(
getResourceContext( ) ).getMultipleResourceProperties( requestDoc );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetResourcePropertyResponseDocument
getResourceProperty(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetResourcePropertyDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.GetResourcePropertyPortTypeImpl(
getResourceContext( ) ).getResourceProperty( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.GetResourcePropertyPortTypeImpl(
getResourceContext( ) ).getResourceProperty( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetResourcePropertyDocumentResponseDocument
getResourcePropertyDocument(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.GetResourcePropertyDocumentDocument1.GetResourcePropertyDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.GetResourcePropertyDocumentPortTypeImpl(
getResourceContext( ) ).getResourcePropertyDocument( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.GetResourcePropertyDocumentPortTypeImpl(
getResourceContext( ) ).getResourcePropertyDocument( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt
Tue Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.DestroyResponseDocument
destroy(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.DestroyDocument
requestDoc )
{
- return new
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.impl.ImmediateResourceTerminationPortTypeImpl(
getResourceContext( ) ).destroy( requestDoc );
+ return new
org.apache.ws.resource.lifetime.v2004_11.porttype.impl.ImmediateResourceTerminationPortTypeImpl(
getResourceContext( ) ).destroy( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.InsertResourcePropertiesResponseDocument
insertResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.InsertResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.InsertResourcePropertiesPortTypeImpl(
getResourceContext( ) ).insertResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.InsertResourcePropertiesPortTypeImpl(
getResourceContext( ) ).insertResourceProperties( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
Tue Mar 22 13:48:08 2005
@@ -1,5 +1,5 @@
// initialize wsrp:QueryExpressionDialect property
- org.apache.ws.resource.properties.ResourceProperty queryProp =
m_propSet.get(
org.apache.ws.resource.properties.v1_2_draft05.porttype.QueryResourcePropertiesPortType.PROP_QNAME_QUERY_EXPRESSION_DIALECT
);
+ org.apache.ws.resource.properties.ResourceProperty queryProp =
m_propSet.get(
org.apache.ws.resource.properties.v2004_11.porttype.QueryResourcePropertiesPortType.PROP_QNAME_QUERY_EXPRESSION_DIALECT
);
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryExpressionDialectDocument
queryExpressionDialectDocument =
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryExpressionDialectDocument.Factory.newInstance();
queryExpressionDialectDocument.setQueryExpressionDialect(org.apache.ws.resource.properties.query.QueryConstants.DIALECT_URI__XPATH1_0.toString());
queryProp.add( queryExpressionDialectDocument );
Modified: incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryResourcePropertiesResponseDocument
queryResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.QueryResourcePropertiesPortTypeImpl(
getResourceContext( ) ).queryResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.QueryResourcePropertiesPortTypeImpl(
getResourceContext( ) ).queryResourceProperties( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt
Tue Mar 22 13:48:08 2005
@@ -1,12 +1,12 @@
// initialize wsrl:CurrentTime property
- org.apache.ws.resource.properties.ResourceProperty prop = m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
+ org.apache.ws.resource.properties.ResourceProperty prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.CurrentTimeDocument
currTime =
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.CurrentTimeDocument.Factory.newInstance();
currTime.setCurrentTime( java.util.Calendar.getInstance() );
prop.add( currTime );
prop.setCallback( new
org.apache.ws.resource.lifetime.callback.CurrentTimeCallback() );
// initialize wsrl:TerminationTime property
- prop = m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
+ prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.TerminationTimeDocument
termTime =
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.TerminationTimeDocument.Factory.newInstance();
termTime.setNilTerminationTime();
prop.add( termTime );
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt?view=diff&r1=158682&r2=158683
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt
(original)
+++
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt
Tue Mar 22 13:48:08 2005
@@ -5,7 +5,7 @@
*/
public void setTerminationTime( java.util.Calendar time )
{
-
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.setDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
getResourcePropertySet().get(
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
),
+
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.setDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
getResourcePropertySet().get(
org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
),
time );
}
@@ -16,7 +16,7 @@
*/
public java.util.Calendar getCurrentTime()
{
- return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
) );
+ return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
) );
}
@@ -27,5 +27,5 @@
*/
public java.util.Calendar getTerminationTime()
{
- return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
) );
+ return
org.apache.ws.resource.properties.XmlBeansResourcePropertyUtils.getDateTimePropertyValue(
(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty)
m_propSet.get(
org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
) );
}
Modified: incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt (original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt Tue Mar 22
13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesResponseDocument
setResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.SetResourcePropertiesPortTypeImpl(
getResourceContext( ) ).setResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.SetResourcePropertiesPortTypeImpl(
getResourceContext( ) ).setResourceProperties( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.SetTerminationTimeResponseDocument
setTerminationTime(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceLifetime12Draft04.SetTerminationTimeDocument
requestDoc )
{
- return new
org.apache.ws.resource.lifetime.v1_2_draft04.porttype.impl.ScheduledResourceTerminationPortTypeImpl(
getResourceContext( ) ).setTerminationTime( requestDoc );
+ return new
org.apache.ws.resource.lifetime.v2004_11.porttype.impl.ScheduledResourceTerminationPortTypeImpl(
getResourceContext( ) ).setTerminationTime( requestDoc );
}
Modified:
incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt?view=diff&r1=158682&r2=158683
==============================================================================
--- incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt
(original)
+++ incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt Tue
Mar 22 13:48:08 2005
@@ -7,5 +7,5 @@
*/
public
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.UpdateResourcePropertiesResponseDocument
updateResourceProperties(
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.UpdateResourcePropertiesDocument
requestDoc )
{
- return new
org.apache.ws.resource.properties.v1_2_draft05.porttype.impl.UpdateResourcePropertiesPortTypeImpl(
getResourceContext( ) ).updateResourceProperties( requestDoc );
+ return new
org.apache.ws.resource.properties.v2004_11.porttype.impl.UpdateResourcePropertiesPortTypeImpl(
getResourceContext( ) ).updateResourceProperties( requestDoc );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]