Author: scamp
Date: Mon Apr 25 08:25:23 2005
New Revision: 164587

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

Added:
    incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/
    
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationConsumerPortType2JavaInfo.java
    
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationProducerPortType2JavaInfo.java
    
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/SubscriptionManagerPortType2JavaInfo.java

Added: 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationConsumerPortType2JavaInfo.java
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationConsumerPortType2JavaInfo.java?rev=164587&view=auto
==============================================================================
--- 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationConsumerPortType2JavaInfo.java
 (added)
+++ 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationConsumerPortType2JavaInfo.java
 Mon Apr 25 08:25:23 2005
@@ -0,0 +1,46 @@
+/*=============================================================================*
+ *  Copyright 2004 The Apache Software Foundation
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ 
*=============================================================================*/
+package org.apache.ws.notification.tool.v1_2;
+
+import 
org.apache.ws.notification.base.v2004_6.porttype.NotificationConsumerPortType;
+import org.apache.ws.resource.tool.PortType2JavaInfo;
+
+import javax.xml.namespace.QName;
+
+/**
+ * TODO
+ *
+ * @author Ian Springer (ian DOT springer AT hp DOT com)
+ */
+public class NotificationConsumerPortType2JavaInfo extends PortType2JavaInfo
+{
+
+    public QName getName()
+    {
+        return NotificationConsumerPortType.NAME;
+    }
+
+    public String getServiceInterfaceName()
+    {
+        return NotificationConsumerPortType.class.getName();
+    }
+
+    public String getServiceTemplateFileName()
+    {
+        return "templates/1_2_draft01/NotificationConsumerPortType.txt";
+    }
+
+}

Added: 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationProducerPortType2JavaInfo.java
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationProducerPortType2JavaInfo.java?rev=164587&view=auto
==============================================================================
--- 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationProducerPortType2JavaInfo.java
 (added)
+++ 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/NotificationProducerPortType2JavaInfo.java
 Mon Apr 25 08:25:23 2005
@@ -0,0 +1,67 @@
+/*=============================================================================*
+ *  Copyright 2004 The Apache Software Foundation
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ 
*=============================================================================*/
+package org.apache.ws.notification.tool.v1_2;
+
+import 
org.apache.ws.notification.base.v2004_6.porttype.NotificationProducerPortType;
+import org.apache.ws.notification.base.NotificationProducerResource;
+import org.apache.ws.resource.tool.PortType2JavaInfo;
+
+import javax.xml.namespace.QName;
+
+/**
+ * TODO
+ *
+ * @author Ian Springer (ian DOT springer AT hp DOT com)
+ */
+public class NotificationProducerPortType2JavaInfo extends PortType2JavaInfo
+{
+
+    public QName getName()
+    {
+        return NotificationProducerPortType.NAME;
+    }
+
+    public String getResourceInterfaceName()
+    {
+        return NotificationProducerResource.class.getName();
+    }
+
+    public String getServiceInterfaceName()
+    {
+        return NotificationProducerPortType.class.getName();
+    }
+
+    public String getServiceTemplateFileName()
+    {
+        return "templates/1_2_draft01/NotificationProducerPortType.txt";
+    }
+
+    public String getResourceTemplateFileName()
+    {
+        return "templates/NotificationProducerResource.txt";
+    }
+
+    public String getAbstractResourceInitMethodIncludeLocation()
+    {
+        return "templates/NotificationProducer-AbstractResource_init.txt";
+    }
+
+    public String getResourceInitMethodIncludeLocation()
+    {
+        return "templates/NotificationProducer-Resource_init.txt";
+    }
+
+}

Added: 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/SubscriptionManagerPortType2JavaInfo.java
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/SubscriptionManagerPortType2JavaInfo.java?rev=164587&view=auto
==============================================================================
--- 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/SubscriptionManagerPortType2JavaInfo.java
 (added)
+++ 
incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/v2004_06/SubscriptionManagerPortType2JavaInfo.java
 Mon Apr 25 08:25:23 2005
@@ -0,0 +1,46 @@
+/*=============================================================================*
+ *  Copyright 2004 The Apache Software Foundation
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ 
*=============================================================================*/
+package org.apache.ws.notification.tool.v1_2;
+
+import 
org.apache.ws.notification.base.v2004_6.porttype.SubscriptionManagerPortType;
+import org.apache.ws.resource.tool.PortType2JavaInfo;
+
+import javax.xml.namespace.QName;
+
+/**
+ * TODO
+ *
+ * @author Ian Springer (ian DOT springer AT hp DOT com)
+ */
+public class SubscriptionManagerPortType2JavaInfo extends PortType2JavaInfo
+{
+
+    public QName getName()
+    {
+        return SubscriptionManagerPortType.NAME;
+    }
+
+    public String getServiceInterfaceName()
+    {
+        return SubscriptionManagerPortType.class.getName();
+    }
+
+    public String getServiceTemplateFileName()
+    {
+        return "templates/1_2_draft01/SubscriptionManagerPortType.txt";
+    }
+
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to