You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/08/02 05:32:23 UTC

svn commit: r226931 [3/24] - in /webservices/axis/trunk/archive/java/scratch/Nadana: ./ WS-Interop/ WS-Interop/Compound1/ WS-Interop/Compound1/src/ WS-Interop/Compound1/src/org/ WS-Interop/Compound1/src/org/soapinterop/ WS-Interop/Compound1/src/org/soa...

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/XPersonDocument.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/XPersonDocument.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/XPersonDocument.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/XPersonDocument.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,109 @@
+/*
+ * An XML document type.
+ * Localname: x_Person
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.XPersonDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd;
+
+
+/**
+ * A document containing one x_Person(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public interface XPersonDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("xpersonb63bdoctype");
+    
+    /**
+     * Gets the "x_Person" element
+     */
+    org.soapinterop.xsd.Person getXPerson();
+    
+    /**
+     * Sets the "x_Person" element
+     */
+    void setXPerson(org.soapinterop.xsd.Person xPerson);
+    
+    /**
+     * Appends and returns a new empty "x_Person" element
+     */
+    org.soapinterop.xsd.Person addNewXPerson();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.soapinterop.xsd.XPersonDocument newInstance() {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.soapinterop.xsd.XPersonDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.XPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.soapinterop.xsd.XPersonDocument 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.soapinterop.xsd.XPersonDocument) 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/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/DocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/DocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/DocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/DocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,122 @@
+/*
+ * XML Type:  Document
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.Document
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * An XML Document(@http://soapinterop.org/xsd).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.
+ */
+public class DocumentImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.soapinterop.xsd.Document
+{
+    
+    public DocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected DocumentImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName ID$0 = 
+        new javax.xml.namespace.QName("", "ID");
+    
+    
+    /**
+     * Gets the "ID" attribute
+     */
+    public java.lang.String getID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "ID" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ID$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "ID" attribute
+     */
+    public boolean isSetID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(ID$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "ID" attribute
+     */
+    public void setID(java.lang.String id)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0);
+            }
+            target.setStringValue(id);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "ID" attribute
+     */
+    public void xsetID(org.apache.xmlbeans.XmlString id)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ID$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ID$0);
+            }
+            target.set(id);
+        }
+    }
+    
+    /**
+     * Unsets the "ID" attribute
+     */
+    public void unsetID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(ID$0);
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/PersonImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/PersonImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/PersonImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/PersonImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,351 @@
+/*
+ * XML Type:  Person
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.Person
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * An XML Person(@http://soapinterop.org/xsd).
+ *
+ * This is a complex type.
+ */
+public class PersonImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.Person
+{
+    
+    public PersonImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName AGE$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "Age");
+    private static final javax.xml.namespace.QName ID$2 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "ID");
+    private static final javax.xml.namespace.QName NAME$4 = 
+        new javax.xml.namespace.QName("", "Name");
+    private static final javax.xml.namespace.QName MALE$6 = 
+        new javax.xml.namespace.QName("", "Male");
+    
+    
+    /**
+     * Gets the "Age" element
+     */
+    public double getAge()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGE$0, 0);
+            if (target == null)
+            {
+                return 0.0;
+            }
+            return target.getDoubleValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Age" element
+     */
+    public org.apache.xmlbeans.XmlDouble xgetAge()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDouble target = null;
+            target = (org.apache.xmlbeans.XmlDouble)get_store().find_element_user(AGE$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Age" element
+     */
+    public void setAge(double age)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AGE$0);
+            }
+            target.setDoubleValue(age);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Age" element
+     */
+    public void xsetAge(org.apache.xmlbeans.XmlDouble age)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDouble target = null;
+            target = (org.apache.xmlbeans.XmlDouble)get_store().find_element_user(AGE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDouble)get_store().add_element_user(AGE$0);
+            }
+            target.set(age);
+        }
+    }
+    
+    /**
+     * Gets the "ID" element
+     */
+    public float getID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$2, 0);
+            if (target == null)
+            {
+                return 0.0f;
+            }
+            return target.getFloatValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "ID" element
+     */
+    public org.apache.xmlbeans.XmlFloat xgetID()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlFloat target = null;
+            target = (org.apache.xmlbeans.XmlFloat)get_store().find_element_user(ID$2, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "ID" element
+     */
+    public void setID(float id)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$2, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ID$2);
+            }
+            target.setFloatValue(id);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "ID" element
+     */
+    public void xsetID(org.apache.xmlbeans.XmlFloat id)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlFloat target = null;
+            target = (org.apache.xmlbeans.XmlFloat)get_store().find_element_user(ID$2, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlFloat)get_store().add_element_user(ID$2);
+            }
+            target.set(id);
+        }
+    }
+    
+    /**
+     * Gets the "Name" attribute
+     */
+    public java.lang.String getName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$4);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Name" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "Name" attribute
+     */
+    public boolean isSetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(NAME$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "Name" attribute
+     */
+    public void setName(java.lang.String name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$4);
+            }
+            target.setStringValue(name);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Name" attribute
+     */
+    public void xsetName(org.apache.xmlbeans.XmlString name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$4);
+            }
+            target.set(name);
+        }
+    }
+    
+    /**
+     * Unsets the "Name" attribute
+     */
+    public void unsetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(NAME$4);
+        }
+    }
+    
+    /**
+     * Gets the "Male" attribute
+     */
+    public boolean getMale()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MALE$6);
+            if (target == null)
+            {
+                return false;
+            }
+            return target.getBooleanValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Male" attribute
+     */
+    public org.apache.xmlbeans.XmlBoolean xgetMale()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(MALE$6);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "Male" attribute
+     */
+    public boolean isSetMale()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(MALE$6) != null;
+        }
+    }
+    
+    /**
+     * Sets the "Male" attribute
+     */
+    public void setMale(boolean male)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MALE$6);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MALE$6);
+            }
+            target.setBooleanValue(male);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Male" attribute
+     */
+    public void xsetMale(org.apache.xmlbeans.XmlBoolean male)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(MALE$6);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(MALE$6);
+            }
+            target.set(male);
+        }
+    }
+    
+    /**
+     * Unsets the "Male" attribute
+     */
+    public void unsetMale()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(MALE$6);
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultDocumentDocument1Impl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultDocumentDocument1Impl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultDocumentDocument1Impl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultDocumentDocument1Impl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: result_Document
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.ResultDocumentDocument1
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one result_Document(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class ResultDocumentDocument1Impl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.ResultDocumentDocument1
+{
+    
+    public ResultDocumentDocument1Impl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RESULTDOCUMENT$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "result_Document");
+    
+    
+    /**
+     * Gets the "result_Document" element
+     */
+    public org.soapinterop.xsd.Document getResultDocument()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().find_element_user(RESULTDOCUMENT$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "result_Document" element
+     */
+    public void setResultDocument(org.soapinterop.xsd.Document resultDocument)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().find_element_user(RESULTDOCUMENT$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.Document)get_store().add_element_user(RESULTDOCUMENT$0);
+            }
+            target.set(resultDocument);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "result_Document" element
+     */
+    public org.soapinterop.xsd.Document addNewResultDocument()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().add_element_user(RESULTDOCUMENT$0);
+            return target;
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultPersonDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultPersonDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultPersonDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/ResultPersonDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: result_Person
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.ResultPersonDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one result_Person(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class ResultPersonDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.ResultPersonDocument
+{
+    
+    public ResultPersonDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RESULTPERSON$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "result_Person");
+    
+    
+    /**
+     * Gets the "result_Person" element
+     */
+    public org.soapinterop.xsd.Person getResultPerson()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().find_element_user(RESULTPERSON$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "result_Person" element
+     */
+    public void setResultPerson(org.soapinterop.xsd.Person resultPerson)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().find_element_user(RESULTPERSON$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.Person)get_store().add_element_user(RESULTPERSON$0);
+            }
+            target.set(resultPerson);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "result_Person" element
+     */
+    public org.soapinterop.xsd.Person addNewResultPerson()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().add_element_user(RESULTPERSON$0);
+            return target;
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XDocumentDocument1Impl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XDocumentDocument1Impl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XDocumentDocument1Impl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XDocumentDocument1Impl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: x_Document
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.XDocumentDocument1
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one x_Document(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class XDocumentDocument1Impl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.XDocumentDocument1
+{
+    
+    public XDocumentDocument1Impl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName XDOCUMENT$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "x_Document");
+    
+    
+    /**
+     * Gets the "x_Document" element
+     */
+    public org.soapinterop.xsd.Document getXDocument()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().find_element_user(XDOCUMENT$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "x_Document" element
+     */
+    public void setXDocument(org.soapinterop.xsd.Document xDocument)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().find_element_user(XDOCUMENT$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.Document)get_store().add_element_user(XDOCUMENT$0);
+            }
+            target.set(xDocument);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "x_Document" element
+     */
+    public org.soapinterop.xsd.Document addNewXDocument()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Document target = null;
+            target = (org.soapinterop.xsd.Document)get_store().add_element_user(XDOCUMENT$0);
+            return target;
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XPersonDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XPersonDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XPersonDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/org/soapinterop/xsd/impl/XPersonDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: x_Person
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.XPersonDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one x_Person(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class XPersonDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.XPersonDocument
+{
+    
+    public XPersonDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName XPERSON$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "x_Person");
+    
+    
+    /**
+     * Gets the "x_Person" element
+     */
+    public org.soapinterop.xsd.Person getXPerson()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().find_element_user(XPERSON$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "x_Person" element
+     */
+    public void setXPerson(org.soapinterop.xsd.Person xPerson)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().find_element_user(XPERSON$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.Person)get_store().add_element_user(XPERSON$0);
+            }
+            target.set(xPerson);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "x_Person" element
+     */
+    public org.soapinterop.xsd.Person addNewXPerson()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.Person target = null;
+            target = (org.soapinterop.xsd.Person)get_store().add_element_user(XPERSON$0);
+            return target;
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FDocument.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FDocument.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FDocument.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FPerson.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FPerson.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/result_5FPerson.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FDocument.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FDocument.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FDocument.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FPerson.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FPerson.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/element/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/x_5FPerson.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Document.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Document.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Document.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Person.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Person.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/Person.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultDocumentDocument1.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultDocumentDocument1.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultDocumentDocument1.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultPersonDocument.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultPersonDocument.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/ResultPersonDocument.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XDocumentDocument1.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XDocumentDocument1.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XDocumentDocument1.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XPersonDocument.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XPersonDocument.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/javaname/org/soapinterop/xsd/XPersonDocument.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/namespace/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/xmlns.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/namespace/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/xmlns.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/namespace/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/xmlns.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/TypeSystemHolder.class
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/TypeSystemHolder.class?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/TypeSystemHolder.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/document2acctype.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/document2acctype.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/document2acctype.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/index.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/index.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/index.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/person1612type.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/person1612type.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/person1612type.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocument5fecdoctype.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocument5fecdoctype.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocument5fecdoctype.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocumentelement.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocumentelement.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultdocumentelement.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultperson1332doctype.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultperson1332doctype.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultperson1332doctype.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultpersonelement.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultpersonelement.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/resultpersonelement.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocument64b5doctype.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocument64b5doctype.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocument64b5doctype.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocumentelement.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocumentelement.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xdocumentelement.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonb63bdoctype.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonb63bdoctype.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonb63bdoctype.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonelement.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonelement.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/system/foo/xpersonelement.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Document.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Document.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Document.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Person.xsb
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Person.xsb?rev=226931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound1/src/schema/type/http_3A_2F_2Fsoapinterop_2Eorg_2Fxsd/Person.xsb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/axis2.xml?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/axis2.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/axis2.xml Mon Aug  1 20:09:56 2005
@@ -0,0 +1,97 @@
+<axisconfig name="AxisJava2.0">
+   <!-- ================================================= -->
+   <!-- Parameters -->
+   <!-- ================================================= -->
+    <parameter name="hotdeployment" locked="xsd:false">true</parameter>
+    <parameter name="hotupdate" locked="xsd:false">false</parameter>
+    <!-- Uncomment this to enable REST support -->
+<!--    <parameter name="enableREST" locked="xsd:false">true</parameter>-->
+
+
+
+    <parameter name="userName" locked="xsd:false">admin</parameter>
+    <parameter name="password" locked="xsd:false">axis2</parameter>
+
+
+
+   <!-- ================================================= -->
+   <!-- Message Receivers -->
+   <!-- ================================================= -->
+    <!-- This is the Deafult Message Receiver for the Request Response style Operations -->
+    <messageReceiver mep="INOUT" class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
+
+   <!-- ================================================= -->
+   <!-- Transport Ins -->
+   <!-- ================================================= -->
+    <transportReceiver name="http" class="org.apache.axis2.transport.http.SimpleHTTPServer">
+        <parameter name="port" locked="xsd:false">6060</parameter>
+    </transportReceiver>
+
+  <!-- Uncomment this one with the appropriate papameters to enable the SMTP transport Receiver
+  <transportReceiver name="mail" class="org.apache.axis2.transport.mail.SimpleMailListener">
+        <parameter name="transport.mail.pop3.host" locked="xsd:false">127.0.0.1</parameter>
+        <parameter name="transport.mail.pop3.user" locked="xsd:false">axis2</parameter>
+        <parameter name="transport.mail.pop3.password" locked="xsd:false">axis2</parameter>
+        <parameter name="transport.mail.pop3.port" locked="xsd:false">110</parameter>
+        <parameter name="transport.mail.replyToAddress" locked="xsd:false">axis2@127.0.0.1</parameter>
+    </transportReceiver> -->
+
+    <transportReceiver name="tcp" class="org.apache.axis2.transport.tcp.TCPServer">
+        <parameter name="port" locked="xsd:false">6060</parameter>
+    </transportReceiver>
+
+   <!-- ================================================= -->
+   <!-- Transport Outs -->
+   <!-- ================================================= -->
+
+    <transportSender name="http" class="org.apache.axis2.transport.http.HTTPTransportSender">
+    	<parameter name="PROTOCOL" locked="xsd:false">HTTP/1.1</parameter>	   
+    </transportSender>
+	<transportSender name="commons-http" class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
+    	<parameter name="PROTOCOL" locked="xsd:false">HTTP/1.1</parameter>	   
+    </transportSender>
+    <transportSender name="tcp" class="org.apache.axis2.transport.tcp.TCPTransportSender"/>
+    <transportSender name="local" class="org.apache.axis2.transport.local.LocalTransportSender"/>
+
+     <!-- Uncomment this one with the appropriate papameters to enable the SMTP transport Receiver
+    <transportSender name="mail" class="org.apache.axis2.transport.mail.MailTransportSender">
+        <parameter name="transport.mail.smtp.host" locked="xsd:false">127.0.0.1</parameter>
+        <parameter name="transport.mail.smtp.user" locked="xsd:false">axis2</parameter>
+        <parameter name="transport.mail.smtp.password" locked="xsd:false">axis2</parameter>
+        <parameter name="transport.mail.smtp.port" locked="xsd:false">25</parameter>
+    </transportSender>
+    -->
+
+   <!-- ================================================= -->
+   <!-- Global Modules  -->
+   <!-- ================================================= -->
+    <!-- Uncomment this to enable Addressing
+    <module ref="addressing"/> -->
+
+   <!-- ================================================= -->
+   <!-- Phases  -->
+   <!-- ================================================= -->
+    <phaseOrder type="inflow">
+        <!--  System pre defined phases       -->
+        <phase name="TransportIn"/>
+        <phase name="PreDispatch"/>
+        <phase name="Dispatch"/>
+        <phase name="PostDispatch"/>
+        <!--  System pre defined phases       -->
+        <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
+        <phase name="userphase1"/>
+    </phaseOrder>
+    <phaseOrder type="outflow">
+        <!--      user can add his own phases to this area  -->
+        <phase name="userphase1"/>
+    </phaseOrder>
+    <phaseOrder type="INfaultflow">
+        <!--      user can add his own phases to this area  -->
+        <phase name="userphase1"/>
+    </phaseOrder>
+    <phaseOrder type="Outfaultflow">
+        <!--      user can add his own phases to this area  -->
+        <phase name="userphase1"/>
+    </phaseOrder>
+</axisconfig>
+

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/compound2.wsdl
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/compound2.wsdl?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/compound2.wsdl (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/compound2.wsdl Mon Aug  1 20:09:56 2005
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlns="http://soapinterop.org/" xmlns:emp="http://soapinterop.org/employee" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SoapInteropCompound" targetNamespace="http://soapinterop.org/">
+	<types>
+		<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/person" elementFormDefault="qualified">
+					
+			<complexType name="Person">
+				<sequence>
+					<element minOccurs="1" maxOccurs="1" name="Name" type="string"/>
+					<element minOccurs="1" maxOccurs="1" name="Male" type="boolean"/>					
+				</sequence>
+			</complexType>
+		</schema>
+		<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:prs="http://soapinterop.org/person" targetNamespace="http://soapinterop.org/employee" elementFormDefault="qualified">
+                        <import namespace="http://soapinterop.org/person"/> 
+			<complexType name="Employee">
+				<sequence>
+					<element minOccurs="1" maxOccurs="1" name="person" type="prs:Person"/>
+					<element minOccurs="1" maxOccurs="1" name="salary" type="double"/>					
+					<element minOccurs="1" maxOccurs="1" name="ID" type="int"/>
+				</sequence>
+			</complexType>
+			<element name="x_Employee" type="emp:Employee"/>	
+			<element name="result_Employee" type="emp:Employee"/>
+		</schema>
+	</types>
+	<message name="echoEmployee">
+		<part name="x" element="emp:x_Employee"/>
+	</message>
+	<message name="echoEmployeeResponse">
+		<part name="result" element="emp:result_Employee"/>
+	</message>
+	<portType name="SoapInteropCompound2PortType">
+		<operation name="echoEmployee" parameterOrder="x">
+			<input message="wsdlns:echoEmployee"/>
+			<output message="wsdlns:echoEmployeeResponse"/>
+		</operation>
+	</portType>
+	<binding name="SoapInteropCompound2Binding" type="wsdlns:SoapInteropCompound2PortType">
+		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+		<operation name="echoEmployee">
+			<soap:operation soapAction="#echoEmployee"/>
+			<input>
+				<soap:body use="literal"/>
+			</input>
+			<output>
+				<soap:body use="literal"/>
+			</output>
+		</operation>		
+	</binding>
+	<service name="Compound2">
+		<port name="SoapInteropCompound2Port" binding="wsdlns:SoapInteropCompound2Binding">
+			<soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://soapinterop.java.sun.com:80/round3/groupd/compound2"/>
+		</port>
+	</service>
+</definitions>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/Client.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/Client.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/Client.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,43 @@
+
+import org.soapinterop.SoapInteropCompound2PortTypeStub;
+import org.soapinterop.employee.Employee;
+import org.soapinterop.employee.XEmployeeDocument;
+import org.soapinterop.person.Person;
+
+/**
+ * Created by IntelliJ IDEA.
+ * User: Jaliya
+ * Date: Jul 29, 2005
+ * Time: 4:20:25 PM
+ * To change this template use File | Settings | File Templates.
+ */
+public class Client {
+    public static void main(String[] args) {
+        try{
+        SoapInteropCompound2PortTypeStub stub=new SoapInteropCompound2PortTypeStub();
+
+
+            XEmployeeDocument empDoc=XEmployeeDocument.Factory.newInstance();
+
+            Employee emp=Employee.Factory.newInstance();
+            Person p=Person.Factory.newInstance();
+
+            p.setName("nadana");
+            p.setMale(false);
+
+
+            emp.setID(001);
+            emp.setPerson(p);
+            emp.setSalary(20000.00);
+            
+
+
+            empDoc.setXEmployee(emp);
+            stub.echoEmployee(empDoc);
+    }catch (Exception e) {
+            e.printStackTrace();
+
+
+    }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/TestInteroperability.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/TestInteroperability.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/TestInteroperability.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/TestInteroperability.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,82 @@
+package PACKAGE_NAME;
+
+import junit.framework.TestCase;
+import org.soapinterop.SoapInteropCompound2PortTypeStub;
+import org.soapinterop.employee.XEmployeeDocument;
+import org.soapinterop.employee.ResultEmployeeDocument;
+import org.soapinterop.employee.Employee;
+import org.soapinterop.person.Person;
+
+/**
+ * Created by IntelliJ IDEA.
+ * User: Jaliya
+ * Date: Aug 1, 2005
+ * Time: 10:41:56 AM
+ * To change this template use File | Settings | File Templates.
+ */
+public class TestInteroperability extends TestCase {
+
+    private String name = "Nadana";
+           private int ID = (int) 10;
+           private double age = 25;
+           private boolean male = false;
+            private double salary=20000;
+           private Person retPerson = null;
+            private Employee retEmployee=null;
+           private SoapInteropCompound2PortTypeStub stub =null;
+           private String docID="Axis2";
+           private String docVal="Next Generation Web Services Engine";
+
+           private XEmployeeDocument doc=null;
+           private ResultEmployeeDocument resultEmployee=null;
+           //private ResultDocumentDocument1 resultEchoDocument=null;
+
+
+           public TestInteroperability(String name) {
+               super(name);
+           }
+
+           public void setUp() throws Exception {
+               stub = new SoapInteropCompound2PortTypeStub();
+               Person person = Person.Factory.newInstance();
+               Employee employee=Employee.Factory.newInstance();
+
+
+               person.setName(name);
+               person.setMale(male);
+
+               employee.setID(ID);
+               employee.setSalary(salary);
+               employee.setPerson(person);
+
+               doc = XEmployeeDocument.Factory.newInstance();
+               doc.setXEmployee(employee);
+               resultEmployee = stub.echoEmployee(doc);
+//               retPerson = resultEmployee.getResultEmployee();
+//               //document = Document.Factory.newInstance();
+//               //document.setID(docID);
+//               //document.setStringValue(docVal);
+//               //document.setNil();
+//               XDocumentDocument1 xDoc=XDocumentDocument1.Factory.newInstance();
+//               xDoc.setXDocument(document);
+//               resultEchoDocument = stub.echoDocument(xDoc);
+//               retDocument = resultEchoDocument.getResultDocument();
+//           }
+//
+//           public void testEchoPerson() throws Exception {
+//               assertEquals(ID,retPerson.getID(),0);
+//               assertEquals(name,retPerson.getName());
+//               assertEquals(age,retPerson.getAge(),0);
+//               assertEquals(male,retPerson.getMale());
+//           }
+//
+//           public void testEchoDocument(){
+//               assertEquals(docVal,retDocument.getStringValue());
+//               assertEquals(docID,retDocument.getID());
+//           }
+//
+//
+
+
+}
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortType.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortType.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortType.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortType.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,24 @@
+
+
+    package org.soapinterop;
+
+    /*
+     *  Auto generated java interface by the Axis code generator
+     */
+
+    public interface SoapInteropCompound2PortType {
+     
+        /**
+         * Auto generated method signature 
+         *@param param6
+         */
+        public  org.soapinterop.employee.ResultEmployeeDocument echoEmployee(org.soapinterop.employee.XEmployeeDocument param6) throws java.rmi.RemoteException;
+        
+         /**
+         * Auto generated method signature
+         *@param param6
+         */
+        public  void startechoEmployee(org.soapinterop.employee.XEmployeeDocument param6,final org.soapinterop.SoapInteropCompound2PortTypeCallbackHandler callback) throws java.rmi.RemoteException;
+        
+    }
+    
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeCallbackHandler.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeCallbackHandler.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeCallbackHandler.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeCallbackHandler.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,48 @@
+
+    package org.soapinterop;
+
+    /**
+     *  Auto generated Callback class by the Axis code generator
+     */
+
+    public class SoapInteropCompound2PortTypeCallbackHandler{
+    
+    
+    
+	private Object clientData;
+		
+		
+	/**
+	* User can pass in any object that needs to be accessed once the NonBlocking 
+	* Web service call is finished and appropreate method of this CallBack is called.
+	* @param clientData Object mechanism by which the user can pass in user data
+	* that will be avilable at the time this callback is called.
+	*/
+	public SoapInteropCompound2PortTypeCallbackHandler(Object clientData){
+		this.clientData = clientData;
+	}
+
+
+	
+         /**
+         * auto generated Axis2 call back method for echoEmployee method
+         *
+         */
+        public void receiveResultechoEmployee(org.apache.axis2.clientapi.AsyncResult result) {
+			//Fill here with the code to handle the response
+			
+        }
+
+        /**
+         * auto generated Axis2 Error handler
+         *
+         */
+        public void receiveErrorechoEmployee(java.lang.Exception e) {
+			//Fill here with the code to handle the exception
+
+        }
+     
+
+     
+    }
+    
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeMessageReceiver.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeMessageReceiver.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeMessageReceiver.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeMessageReceiver.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,66 @@
+
+	
+    package org.soapinterop;
+
+    /**
+     *  Auto generated message receiver
+     */
+
+    public class SoapInteropCompound2PortTypeMessageReceiver extends org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver{
+    
+		public void invokeBusinessLogic(org.apache.axis2.context.MessageContext msgContext, org.apache.axis2.context.MessageContext newMsgContext)
+		throws org.apache.axis2.engine.AxisFault{
+    
+     try {
+
+            // get the implementation class for the Web Service
+            Object obj = getTheImplementationObject(msgContext);
+           
+            SoapInteropCompound2PortTypeSkeleton skel = (SoapInteropCompound2PortTypeSkeleton)obj;
+            //Out Envelop
+             org.apache.axis2.soap.SOAPEnvelope envelope = null;
+             //Find the operation that has been set by the Dispatch phase.
+            org.apache.axis2.description.OperationDescription op = msgContext.getOperationContext().getAxisOperation();
+            if (op == null) {
+                throw new org.apache.axis2.engine.AxisFault("Operation is not located, if this is doclit style the SOAP-ACTION should specified via the SOAP Action to use the RawXMLProvider");
+            }
+            
+            String methodName;
+            if(op.getName() != null & (methodName = op.getName().getLocalPart()) != null){
+            
+				
+					
+					
+					if(methodName.equals("echoEmployee")){
+											
+				
+			org.soapinterop.employee.ResultEmployeeDocument param5 = null;
+						
+				//doc style
+					param5 = skel.echoEmployee((org.soapinterop.employee.XEmployeeDocument)org.soapinterop.databinding.echoEmployeeDatabindingSupporter.fromOM((org.apache.axis2.om.OMElement)msgContext.getEnvelope().getBody().getFirstChild().detach(), org.soapinterop.employee.XEmployeeDocument.class));
+						
+					//Create a default envelop
+					envelope = getSOAPFactory().getDefaultEnvelope();
+					//Create a Omelement of the result if a result exist
+					
+					envelope.getBody().setFirstChild(org.soapinterop.databinding.echoEmployeeDatabindingSupporter.toOM(param5));		
+					
+						
+						
+						
+					}
+			   
+			   
+			   newMsgContext.setEnvelope(envelope);
+            }
+           
+            
+
+        } catch (Exception e) {
+            throw org.apache.axis2.engine.AxisFault.makeFault(e);
+        }
+     
+		 }
+	
+    }
+    
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeSkeleton.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeSkeleton.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeSkeleton.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeSkeleton.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,24 @@
+
+
+    package org.soapinterop;
+
+    /**
+     *  Auto generated java skeleton for the service by the Axis code generator
+     */
+
+    public class SoapInteropCompound2PortTypeSkeleton {
+       
+
+        /**
+         * Auto generated method signature
+         *@param param0
+         */
+        public  org.soapinterop.employee.ResultEmployeeDocument echoEmployee(org.soapinterop.employee.XEmployeeDocument param0){
+                //Todo fill this with the necessary business logic
+                return null;
+        }
+
+
+     
+    }
+    
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeStub.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeStub.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeStub.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/SoapInteropCompound2PortTypeStub.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,111 @@
+
+    package org.soapinterop;
+
+    /*
+     *  Auto generated java implementation by the Axis code generator
+    */
+
+    public class SoapInteropCompound2PortTypeStub extends org.apache.axis2.clientapi.Stub implements SoapInteropCompound2PortType{
+        public static final String AXIS2_HOME = ".";
+        protected static org.apache.axis2.description.OperationDescription[] _operations;
+
+        static{
+
+           //creating the Service
+           _service = new org.apache.axis2.description.ServiceDescription(new javax.xml.namespace.QName("http://soapinterop.org/","SoapInteropCompound2PortType"));
+
+           //creating the operations
+           org.apache.axis2.description.OperationDescription __operation;
+           _operations = new org.apache.axis2.description.OperationDescription[1];
+      
+          __operation = new org.apache.axis2.description.OperationDescription();
+          __operation.setName(new javax.xml.namespace.QName("http://soapinterop.org/", "echoEmployee"));
+          _operations[0]=__operation;
+          _service.addOperation(__operation);
+     
+       }
+
+       /**
+        * Constructor
+        */
+        public SoapInteropCompound2PortTypeStub(String axis2Home,String targetEndpoint) throws java.lang.Exception {
+
+			this.toEPR = new org.apache.axis2.addressing.EndpointReference(org.apache.axis2.addressing.AddressingConstants.WSA_TO, targetEndpoint);
+		    //creating the configuration
+           _configurationContext = new org.apache.axis2.context.ConfigurationContextFactory().buildClientConfigurationContext(axis2Home);
+           _configurationContext.getAxisConfiguration().addService(_service);
+           _serviceContext = _configurationContext.createServiceContext(_service.getName());
+
+	    }
+
+        /**
+        * Default Constructor
+        */
+        public SoapInteropCompound2PortTypeStub() throws java.lang.Exception {
+		    //this(AXIS2_HOME,"http://soapinterop.java.sun.com:80/round3/groupd/compound2" );
+             this(AXIS2_HOME,"http://localhost:8000/round3/groupd/compound2" );
+	    }
+
+
+
+     
+        /**
+         * Auto generated method signature
+         * @see org.soapinterop.SoapInteropCompound2PortType#echoEmployee
+         *@param param8
+         */
+        public  org.soapinterop.employee.ResultEmployeeDocument echoEmployee(org.soapinterop.employee.XEmployeeDocument param8) throws java.rmi.RemoteException{
+
+		    org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_serviceContext);
+ 		    org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
+            _call.setTo(this.toEPR);
+            _call.setSoapAction("#echoEmployee");
+            org.apache.axis2.soap.SOAPEnvelope env = null;
+            env = createEnvelope();
+            
+                       //Style is Doc
+                       setValueDoc(env,org.soapinterop.databinding.echoEmployeeDatabindingSupporter.toOM(param8));
+                      
+             _messageContext.setEnvelope(env);
+             
+             org.apache.axis2.context.MessageContext  _returnMessageContext = _call.invokeBlocking(_operations[0], _messageContext);
+             org.apache.axis2.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope();
+             java.lang.Object object = org.soapinterop.databinding.echoEmployeeDatabindingSupporter.fromOM(getElement(_returnEnv,"doc"),org.soapinterop.employee.ResultEmployeeDocument.class);
+             return (org.soapinterop.employee.ResultEmployeeDocument)object;
+                 
+
+            
+        }
+        
+         /**
+         * Auto generated method signature
+         * @see org.soapinterop.SoapInteropCompound2PortType#startechoEmployee
+         *@param param8
+         */
+        public  void startechoEmployee(org.soapinterop.employee.XEmployeeDocument param8,final org.soapinterop.SoapInteropCompound2PortTypeCallbackHandler callback) throws java.rmi.RemoteException{
+             org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_serviceContext);
+ 		     org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
+             _call.setTo(this.toEPR);
+            _call.setSoapAction("#echoEmployee");
+             org.apache.axis2.soap.SOAPEnvelope env = createEnvelope();
+             
+                         //Style is Doc
+                       setValueDoc(env,org.soapinterop.databinding.echoEmployeeDatabindingSupporter.toOM(param8));
+                      
+             _messageContext.setEnvelope(env);
+		      _call.invokeNonBlocking(_operations[0], _messageContext, new org.apache.axis2.clientapi.Callback(){
+                   public void onComplete(org.apache.axis2.clientapi.AsyncResult result){
+                         callback.receiveResultechoEmployee(result);
+                   }
+                   public void reportError(java.lang.Exception e){
+                         callback.receiveErrorechoEmployee(e);
+                   }
+
+              }
+            );
+
+            
+        }
+      
+    }
+    
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/databinding/echoEmployeeDatabindingSupporter.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/databinding/echoEmployeeDatabindingSupporter.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/databinding/echoEmployeeDatabindingSupporter.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Compound2/src/org/soapinterop/databinding/echoEmployeeDatabindingSupporter.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,79 @@
+
+    package org.soapinterop.databinding;
+
+    /**
+     *  Auto generated supporter class for XML beans by the Axis code generator
+     */
+
+    public class echoEmployeeDatabindingSupporter {
+             
+  
+          public  static org.apache.axis2.om.OMElement  toOM(org.soapinterop.employee.XEmployeeDocument param){
+		    org.apache.axis2.om.impl.llom.builder.StAXOMBuilder builder = org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory.createStAXOMBuilder
+            (org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.clientapi.StreamWrapper(param.newXMLStreamReader())) ;
+		    org.apache.axis2.om.OMElement documentElement = builder.getDocumentElement();
+            //Building the element is needed to avoid certain stream errors!
+            documentElement.build();
+            return documentElement;
+          }
+       
+  
+          public  static org.apache.axis2.om.OMElement  toOM(org.soapinterop.employee.ResultEmployeeDocument param){
+		    org.apache.axis2.om.impl.llom.builder.StAXOMBuilder builder = org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory.createStAXOMBuilder
+            (org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.clientapi.StreamWrapper(param.newXMLStreamReader())) ;
+		    org.apache.axis2.om.OMElement documentElement = builder.getDocumentElement();
+            //Building the element is needed to avoid certain stream errors!
+            documentElement.build();
+            return documentElement;
+          }
+       
+
+
+          public static org.apache.xmlbeans.XmlObject fromOM(org.apache.axis2.om.OMElement param,
+               java.lang.Class type){
+                try{
+                    
+                    if (org.soapinterop.employee.XEmployeeDocument.class.equals(type)){
+                        return org.soapinterop.employee.XEmployeeDocument.Factory.parse(param.getXMLStreamReader()) ;
+                    }
+                     
+                    if (org.soapinterop.employee.ResultEmployeeDocument.class.equals(type)){
+                        return org.soapinterop.employee.ResultEmployeeDocument.Factory.parse(param.getXMLStreamReader()) ;
+                    }
+                     
+                 }catch(java.lang.Exception e){
+                    throw new RuntimeException("Data binding error",e);
+                }
+             return null;
+          }
+
+        //Generates an empty object for testing
+        // Caution - need some manual editing to work properly
+         public static org.apache.xmlbeans.XmlObject getTestObject(java.lang.Class type){
+                try{
+                   
+                    if (org.soapinterop.employee.XEmployeeDocument.class.equals(type)){
+                        org.soapinterop.employee.XEmployeeDocument emptyObject= org.soapinterop.employee.XEmployeeDocument.Factory.newInstance();
+                        ////////////////////////////////////////////////
+                        // TODO
+                        // Fill in the empty object with necessaey values. Empty XMLBeans objects do not generate proper events
+                        ////////////////////////////////////////////////
+                        return emptyObject;
+                    }
+                     
+                    if (org.soapinterop.employee.ResultEmployeeDocument.class.equals(type)){
+                        org.soapinterop.employee.ResultEmployeeDocument emptyObject= org.soapinterop.employee.ResultEmployeeDocument.Factory.newInstance();
+                        ////////////////////////////////////////////////
+                        // TODO
+                        // Fill in the empty object with necessaey values. Empty XMLBeans objects do not generate proper events
+                        ////////////////////////////////////////////////
+                        return emptyObject;
+                    }
+                     
+                 }catch(java.lang.Exception e){
+                   throw new RuntimeException("Test object creation failure",e);
+                }
+             return null;
+          }
+     }
+    
\ No newline at end of file