You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by wi...@apache.org on 2005/08/08 20:27:39 UTC

svn commit: r230844 - in /webservices/muse/trunk/src/examples/ieeedemo/src: .xmlbeans/src/org/wsdmdemo/service/weatherStation/ .xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/ java/org/wsdmdemo/service/weatherStation/

Author: wire
Date: Mon Aug  8 11:27:34 2005
New Revision: 230844

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

Added:
    webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeDocument.java
    webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeResponseDocument.java
    webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeDocumentImpl.java
    webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeResponseDocumentImpl.java
    webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/AbstractWeatherStationHome.java

Added: webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeDocument.java?rev=230844&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeDocument.java (added)
+++ webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeDocument.java Mon Aug  8 11:27:34 2005
@@ -0,0 +1,137 @@
+/*
+ * An XML document type.
+ * Localname: Kickme
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.KickmeDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation;
+
+
+/**
+ * A document containing one Kickme(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public interface KickmeDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s7A91203ACA2E2FE850B74136D3F7CF04.TypeSystemHolder.typeSystem.resolveHandle("kickmebc39doctype");
+    
+    /**
+     * Gets the "Kickme" element
+     */
+    org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme getKickme();
+    
+    /**
+     * Sets the "Kickme" element
+     */
+    void setKickme(org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme kickme);
+    
+    /**
+     * Appends and returns a new empty "Kickme" element
+     */
+    org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme addNewKickme();
+    
+    /**
+     * An XML Kickme(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public interface Kickme extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s7A91203ACA2E2FE850B74136D3F7CF04.TypeSystemHolder.typeSystem.resolveHandle("kickme475felemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme newInstance() {
+              return (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument newInstance() {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.wsdmdemo.service.weatherStation.KickmeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.wsdmdemo.service.weatherStation.KickmeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeResponseDocument.java?rev=230844&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeResponseDocument.java (added)
+++ webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/KickmeResponseDocument.java Mon Aug  8 11:27:34 2005
@@ -0,0 +1,137 @@
+/*
+ * An XML document type.
+ * Localname: KickmeResponse
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.KickmeResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation;
+
+
+/**
+ * A document containing one KickmeResponse(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public interface KickmeResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s7A91203ACA2E2FE850B74136D3F7CF04.TypeSystemHolder.typeSystem.resolveHandle("kickmeresponse401adoctype");
+    
+    /**
+     * Gets the "KickmeResponse" element
+     */
+    org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse getKickmeResponse();
+    
+    /**
+     * Sets the "KickmeResponse" element
+     */
+    void setKickmeResponse(org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse kickmeResponse);
+    
+    /**
+     * Appends and returns a new empty "KickmeResponse" element
+     */
+    org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse addNewKickmeResponse();
+    
+    /**
+     * An XML KickmeResponse(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public interface KickmeResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s7A91203ACA2E2FE850B74136D3F7CF04.TypeSystemHolder.typeSystem.resolveHandle("kickmeresponsece7felemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse newInstance() {
+              return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument newInstance() {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.wsdmdemo.service.weatherStation.KickmeResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.wsdmdemo.service.weatherStation.KickmeResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeDocumentImpl.java?rev=230844&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeDocumentImpl.java (added)
+++ webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeDocumentImpl.java Mon Aug  8 11:27:34 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: Kickme
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.KickmeDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Kickme(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class KickmeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.KickmeDocument
+{
+    
+    public KickmeDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName KICKME$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Kickme");
+    
+    
+    /**
+     * Gets the "Kickme" element
+     */
+    public org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme getKickme()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme)get_store().find_element_user(KICKME$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Kickme" element
+     */
+    public void setKickme(org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme kickme)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme)get_store().find_element_user(KICKME$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme)get_store().add_element_user(KICKME$0);
+            }
+            target.set(kickme);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Kickme" element
+     */
+    public org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme addNewKickme()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme)get_store().add_element_user(KICKME$0);
+            return target;
+        }
+    }
+    /**
+     * An XML Kickme(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public static class KickmeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.KickmeDocument.Kickme
+    {
+        
+        public KickmeImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeResponseDocumentImpl.java?rev=230844&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeResponseDocumentImpl.java (added)
+++ webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/KickmeResponseDocumentImpl.java Mon Aug  8 11:27:34 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: KickmeResponse
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.KickmeResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one KickmeResponse(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class KickmeResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.KickmeResponseDocument
+{
+    
+    public KickmeResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName KICKMERESPONSE$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "KickmeResponse");
+    
+    
+    /**
+     * Gets the "KickmeResponse" element
+     */
+    public org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse getKickmeResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse)get_store().find_element_user(KICKMERESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "KickmeResponse" element
+     */
+    public void setKickmeResponse(org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse kickmeResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse)get_store().find_element_user(KICKMERESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse)get_store().add_element_user(KICKMERESPONSE$0);
+            }
+            target.set(kickmeResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "KickmeResponse" element
+     */
+    public org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse addNewKickmeResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse)get_store().add_element_user(KICKMERESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML KickmeResponse(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public static class KickmeResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.KickmeResponseDocument.KickmeResponse
+    {
+        
+        public KickmeResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/AbstractWeatherStationHome.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/AbstractWeatherStationHome.java?rev=230844&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/AbstractWeatherStationHome.java (added)
+++ webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/AbstractWeatherStationHome.java Mon Aug  8 11:27:34 2005
@@ -0,0 +1,39 @@
+package org.wsdmdemo.service.weatherStation;
+
+import org.apache.ws.resource.impl.AbstractResourceHome;
+import org.apache.commons.collections.map.ReferenceMap;
+import java.util.Map;
+
+/** 
+ * The class acts as an extension of the AbstractResourceHome which
+ * maintains a reference to the STATIC map needed for accessing
+ * resources via JNDI. This ensures the resources will be accessible
+ * when serialized upon lookup from certain JNDI providers.
+ * <p />
+ * ***** WARNING *****
+ * This class is generated by Wsdl2Java and is NOT meant to be modified. 
+ * It will be overwritten by subsequent runs of Wsdl2Java. 
+ */
+abstract class AbstractWeatherStationHome extends AbstractResourceHome
+{
+    
+    /**
+     * Map containing all WeatherStationResource instances - this map <em>must</em> be static for
+     * compatibility with certain JNDI providers.         
+     */
+    private static Map s_resources;
+
+    /**
+     * Returns a map of all WeatherStationResource instances. Called by the {@link AbstractResourceHome}
+     * superclass.
+     */
+    protected synchronized final Map getResourceMap()
+    {
+        if ( s_resources == null )
+        {
+            s_resources = AbstractResourceHome.createResourceMap( m_resourceIsPersistent );
+        }
+        return s_resources;
+    }
+    
+}



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