You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by ch...@apache.org on 2010/06/29 06:33:57 UTC

svn commit: r958838 [24/42] - in /incubator/stonehenge/trunk/stocktrader: dotnet/ dotnet/setup_utilities/Util/ metro/ metro/active_sts/ metro/active_sts/etc/ metro/active_sts/src/org/apache/stonehenge/stocktrader/sts/ metro/business_service/ metro/busi...

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade/imports/ExtensionMapper.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade/imports/ExtensionMapper.java?rev=958838&r1=958837&r2=958838&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade/imports/ExtensionMapper.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade/imports/ExtensionMapper.java Tue Jun 29 06:33:54 2010
@@ -1,171 +1,171 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- 
-/**
- * ExtensionMapper.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5  Built on : Apr 30, 2009 (06:07:47 EDT)
- */
-
-            package org.apache.stonehenge.stocktrader.config.trade.imports;
-            /**
-            *  ExtensionMapper class
-            */
-        
-        public  class ExtensionMapper{
-
-          public static java.lang.Object getTypeObject(java.lang.String namespaceURI,
-                                                       java.lang.String typeName,
-                                                       javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "OPSConfigRequest".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.OPSConfigRequest.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "BSConfigResponse".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSConfigResponse.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
-                  "char".equals(typeName)){
-                   
-                            return  com.microsoft.schemas._2003._10.serialization._char.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "ServiceLocation".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "ArrayOfServiceLocation".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ArrayOfServiceLocation.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "BSConfigRequest".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSConfigRequest.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "ClientConfigRequest".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientConfigRequest.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "ClientToBS".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientToBS.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
-                  "guid".equals(typeName)){
-                   
-                            return  com.microsoft.schemas._2003._10.serialization.Guid.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
-                  "duration".equals(typeName)){
-                   
-                            return  com.microsoft.schemas._2003._10.serialization.Duration.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "BSToOPS".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSToOPS.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "OPSConfigResponse".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.OPSConfigResponse.Factory.parse(reader);
-                        
-
-                  }
-
-              
-                  if (
-                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
-                  "ClientConfigResponse".equals(typeName)){
-                   
-                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientConfigResponse.Factory.parse(reader);
-                        
-
-                  }
-
-              
-             throw new org.apache.axis2.databinding.ADBException("Unsupported type " + namespaceURI + " " + typeName);
-          }
-
-        }
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ 
+/**
+ * ExtensionMapper.java
+ *
+ * This file was auto-generated from WSDL
+ * by the Apache Axis2 version: 1.5  Built on : Apr 30, 2009 (06:07:47 EDT)
+ */
+
+            package org.apache.stonehenge.stocktrader.config.trade.imports;
+            /**
+            *  ExtensionMapper class
+            */
+        
+        public  class ExtensionMapper{
+
+          public static java.lang.Object getTypeObject(java.lang.String namespaceURI,
+                                                       java.lang.String typeName,
+                                                       javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "OPSConfigRequest".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.OPSConfigRequest.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "BSConfigResponse".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSConfigResponse.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
+                  "char".equals(typeName)){
+                   
+                            return  com.microsoft.schemas._2003._10.serialization._char.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "ServiceLocation".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "ArrayOfServiceLocation".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ArrayOfServiceLocation.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "BSConfigRequest".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSConfigRequest.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "ClientConfigRequest".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientConfigRequest.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "ClientToBS".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientToBS.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
+                  "guid".equals(typeName)){
+                   
+                            return  com.microsoft.schemas._2003._10.serialization.Guid.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.microsoft.com/2003/10/Serialization/".equals(namespaceURI) &&
+                  "duration".equals(typeName)){
+                   
+                            return  com.microsoft.schemas._2003._10.serialization.Duration.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "BSToOPS".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.BSToOPS.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "OPSConfigResponse".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.OPSConfigResponse.Factory.parse(reader);
+                        
+
+                  }
+
+              
+                  if (
+                  "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract".equals(namespaceURI) &&
+                  "ClientConfigResponse".equals(typeName)){
+                   
+                            return  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ClientConfigResponse.Factory.parse(reader);
+                        
+
+                  }
+
+              
+             throw new org.apache.axis2.databinding.ADBException("Unsupported type " + namespaceURI + " " + typeName);
+          }
+
+        }
     
\ No newline at end of file

Propchange: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade/imports/ExtensionMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade_configservicedatacontract/ArrayOfServiceLocation.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade_configservicedatacontract/ArrayOfServiceLocation.java?rev=958838&r1=958837&r2=958838&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade_configservicedatacontract/ArrayOfServiceLocation.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade_configservicedatacontract/ArrayOfServiceLocation.java Tue Jun 29 06:33:54 2010
@@ -1,636 +1,636 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- 
-/**
- * ArrayOfServiceLocation.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5  Built on : Apr 30, 2009 (06:07:47 EDT)
- */
-            
-                package org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract;
-            
-
-            /**
-            *  ArrayOfServiceLocation bean class
-            */
-        
-        public  class ArrayOfServiceLocation
-        implements org.apache.axis2.databinding.ADBBean{
-        /* This type was generated from the piece of schema that had
-                name = ArrayOfServiceLocation
-                Namespace URI = http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract
-                Namespace Prefix = ns1
-                */
-            
-
-        private static java.lang.String generatePrefix(java.lang.String namespace) {
-            if(namespace.equals("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract")){
-                return "ns1";
-            }
-            return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-        }
-
-        
-
-                        /**
-                        * field for ServiceLocation
-                        * This was an Array!
-                        */
-
-                        
-                                    protected org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] localServiceLocation ;
-                                
-                           /*  This tracker boolean wil be used to detect whether the user called the set method
-                          *   for this attribute. It will be used to determine whether to include this field
-                           *   in the serialized XML
-                           */
-                           protected boolean localServiceLocationTracker = false ;
-                           
-
-                           /**
-                           * Auto generated getter method
-                           * @return org.datacontract.schemas._2004._07.trade_configservicedatacontract.ServiceLocation[]
-                           */
-                           public  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] getServiceLocation(){
-                               return localServiceLocation;
-                           }
-
-                           
-                        
-
-
-                               
-                              /**
-                               * validate the array for ServiceLocation
-                               */
-                              protected void validateServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] param){
-                             
-                              }
-
-
-                             /**
-                              * Auto generated setter method
-                              * @param param ServiceLocation
-                              */
-                              public void setServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] param){
-                              
-                                   validateServiceLocation(param);
-
-                               
-                                          if (param != null){
-                                             //update the setting tracker
-                                             localServiceLocationTracker = true;
-                                          } else {
-                                             localServiceLocationTracker = true;
-                                                 
-                                          }
-                                      
-                                      this.localServiceLocation=param;
-                              }
-
-                               
-                             
-                             /**
-                             * Auto generated add method for the array for convenience
-                             * @param param org.datacontract.schemas._2004._07.trade_configservicedatacontract.ServiceLocation
-                             */
-                             public void addServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation param){
-                                   if (localServiceLocation == null){
-                                   localServiceLocation = new org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[]{};
-                                   }
-
-                            
-                                 //update the setting tracker
-                                localServiceLocationTracker = true;
-                            
-
-                               java.util.List list =
-                            org.apache.axis2.databinding.utils.ConverterUtil.toList(localServiceLocation);
-                               list.add(param);
-                               this.localServiceLocation =
-                             (org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[])list.toArray(
-                            new org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[list.size()]);
-
-                             }
-                             
-
-     /**
-     * isReaderMTOMAware
-     * @return true if the reader supports MTOM
-     */
-   public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader) {
-        boolean isReaderMTOMAware = false;
-        
-        try{
-          isReaderMTOMAware = java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-        }catch(java.lang.IllegalArgumentException e){
-          isReaderMTOMAware = false;
-        }
-        return isReaderMTOMAware;
-   }
-     
-     
-        /**
-        *
-        * @param parentQName
-        * @param factory
-        * @return org.apache.axiom.om.OMElement
-        */
-       public org.apache.axiom.om.OMElement getOMElement (
-               final javax.xml.namespace.QName parentQName,
-               final org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException{
-
-
-        
-               org.apache.axiom.om.OMDataSource dataSource =
-                       new org.apache.axis2.databinding.ADBDataSource(this,parentQName){
-
-                 public void serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
-                       ArrayOfServiceLocation.this.serialize(parentQName,factory,xmlWriter);
-                 }
-               };
-               return new org.apache.axiom.om.impl.llom.OMSourcedElementImpl(
-               parentQName,factory,dataSource);
-            
-       }
-
-         public void serialize(final javax.xml.namespace.QName parentQName,
-                                       final org.apache.axiom.om.OMFactory factory,
-                                       org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
-                                throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
-                           serialize(parentQName,factory,xmlWriter,false);
-         }
-
-         public void serialize(final javax.xml.namespace.QName parentQName,
-                               final org.apache.axiom.om.OMFactory factory,
-                               org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
-                               boolean serializeType)
-            throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
-            
-                
-
-
-                java.lang.String prefix = null;
-                java.lang.String namespace = null;
-                
-
-                    prefix = parentQName.getPrefix();
-                    namespace = parentQName.getNamespaceURI();
-
-                    if ((namespace != null) && (namespace.trim().length() > 0)) {
-                        java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-                        if (writerPrefix != null) {
-                            xmlWriter.writeStartElement(namespace, parentQName.getLocalPart());
-                        } else {
-                            if (prefix == null) {
-                                prefix = generatePrefix(namespace);
-                            }
-
-                            xmlWriter.writeStartElement(prefix, parentQName.getLocalPart(), namespace);
-                            xmlWriter.writeNamespace(prefix, namespace);
-                            xmlWriter.setPrefix(prefix, namespace);
-                        }
-                    } else {
-                        xmlWriter.writeStartElement(parentQName.getLocalPart());
-                    }
-                
-                  if (serializeType){
-               
-
-                   java.lang.String namespacePrefix = registerPrefix(xmlWriter,"http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract");
-                   if ((namespacePrefix != null) && (namespacePrefix.trim().length() > 0)){
-                       writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","type",
-                           namespacePrefix+":ArrayOfServiceLocation",
-                           xmlWriter);
-                   } else {
-                       writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","type",
-                           "ArrayOfServiceLocation",
-                           xmlWriter);
-                   }
-
-               
-                   }
-                if (localServiceLocationTracker){
-                                       if (localServiceLocation!=null){
-                                            for (int i = 0;i < localServiceLocation.length;i++){
-                                                if (localServiceLocation[i] != null){
-                                                 localServiceLocation[i].serialize(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation"),
-                                                           factory,xmlWriter);
-                                                } else {
-                                                   
-                                                            // write null attribute
-                                                            java.lang.String namespace2 = "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract";
-                                                            if (! namespace2.equals("")) {
-                                                                java.lang.String prefix2 = xmlWriter.getPrefix(namespace2);
-
-                                                                if (prefix2 == null) {
-                                                                    prefix2 = generatePrefix(namespace2);
-
-                                                                    xmlWriter.writeStartElement(prefix2,"ServiceLocation", namespace2);
-                                                                    xmlWriter.writeNamespace(prefix2, namespace2);
-                                                                    xmlWriter.setPrefix(prefix2, namespace2);
-
-                                                                } else {
-                                                                    xmlWriter.writeStartElement(namespace2,"ServiceLocation");
-                                                                }
-
-                                                            } else {
-                                                                xmlWriter.writeStartElement("ServiceLocation");
-                                                            }
-
-                                                           // write the nil attribute
-                                                           writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","nil","1",xmlWriter);
-                                                           xmlWriter.writeEndElement();
-                                                    
-                                                }
-
-                                            }
-                                     } else {
-                                        
-                                                // write null attribute
-                                                java.lang.String namespace2 = "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract";
-                                                if (! namespace2.equals("")) {
-                                                    java.lang.String prefix2 = xmlWriter.getPrefix(namespace2);
-
-                                                    if (prefix2 == null) {
-                                                        prefix2 = generatePrefix(namespace2);
-
-                                                        xmlWriter.writeStartElement(prefix2,"ServiceLocation", namespace2);
-                                                        xmlWriter.writeNamespace(prefix2, namespace2);
-                                                        xmlWriter.setPrefix(prefix2, namespace2);
-
-                                                    } else {
-                                                        xmlWriter.writeStartElement(namespace2,"ServiceLocation");
-                                                    }
-
-                                                } else {
-                                                    xmlWriter.writeStartElement("ServiceLocation");
-                                                }
-
-                                               // write the nil attribute
-                                               writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","nil","1",xmlWriter);
-                                               xmlWriter.writeEndElement();
-                                        
-                                    }
-                                 }
-                    xmlWriter.writeEndElement();
-               
-
-        }
-
-         /**
-          * Util method to write an attribute with the ns prefix
-          */
-          private void writeAttribute(java.lang.String prefix,java.lang.String namespace,java.lang.String attName,
-                                      java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{
-              if (xmlWriter.getPrefix(namespace) == null) {
-                       xmlWriter.writeNamespace(prefix, namespace);
-                       xmlWriter.setPrefix(prefix, namespace);
-
-              }
-
-              xmlWriter.writeAttribute(namespace,attName,attValue);
-
-         }
-
-        /**
-          * Util method to write an attribute without the ns prefix
-          */
-          private void writeAttribute(java.lang.String namespace,java.lang.String attName,
-                                      java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{
-                if (namespace.equals(""))
-              {
-                  xmlWriter.writeAttribute(attName,attValue);
-              }
-              else
-              {
-                  registerPrefix(xmlWriter, namespace);
-                  xmlWriter.writeAttribute(namespace,attName,attValue);
-              }
-          }
-
-
-           /**
-             * Util method to write an attribute without the ns prefix
-             */
-            private void writeQNameAttribute(java.lang.String namespace, java.lang.String attName,
-                                             javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
-
-                java.lang.String attributeNamespace = qname.getNamespaceURI();
-                java.lang.String attributePrefix = xmlWriter.getPrefix(attributeNamespace);
-                if (attributePrefix == null) {
-                    attributePrefix = registerPrefix(xmlWriter, attributeNamespace);
-                }
-                java.lang.String attributeValue;
-                if (attributePrefix.trim().length() > 0) {
-                    attributeValue = attributePrefix + ":" + qname.getLocalPart();
-                } else {
-                    attributeValue = qname.getLocalPart();
-                }
-
-                if (namespace.equals("")) {
-                    xmlWriter.writeAttribute(attName, attributeValue);
-                } else {
-                    registerPrefix(xmlWriter, namespace);
-                    xmlWriter.writeAttribute(namespace, attName, attributeValue);
-                }
-            }
-        /**
-         *  method to handle Qnames
-         */
-
-        private void writeQName(javax.xml.namespace.QName qname,
-                                javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
-            java.lang.String namespaceURI = qname.getNamespaceURI();
-            if (namespaceURI != null) {
-                java.lang.String prefix = xmlWriter.getPrefix(namespaceURI);
-                if (prefix == null) {
-                    prefix = generatePrefix(namespaceURI);
-                    xmlWriter.writeNamespace(prefix, namespaceURI);
-                    xmlWriter.setPrefix(prefix,namespaceURI);
-                }
-
-                if (prefix.trim().length() > 0){
-                    xmlWriter.writeCharacters(prefix + ":" + org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
-                } else {
-                    // i.e this is the default namespace
-                    xmlWriter.writeCharacters(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
-                }
-
-            } else {
-                xmlWriter.writeCharacters(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
-            }
-        }
-
-        private void writeQNames(javax.xml.namespace.QName[] qnames,
-                                 javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
-
-            if (qnames != null) {
-                // we have to store this data until last moment since it is not possible to write any
-                // namespace data after writing the charactor data
-                java.lang.StringBuffer stringToWrite = new java.lang.StringBuffer();
-                java.lang.String namespaceURI = null;
-                java.lang.String prefix = null;
-
-                for (int i = 0; i < qnames.length; i++) {
-                    if (i > 0) {
-                        stringToWrite.append(" ");
-                    }
-                    namespaceURI = qnames[i].getNamespaceURI();
-                    if (namespaceURI != null) {
-                        prefix = xmlWriter.getPrefix(namespaceURI);
-                        if ((prefix == null) || (prefix.length() == 0)) {
-                            prefix = generatePrefix(namespaceURI);
-                            xmlWriter.writeNamespace(prefix, namespaceURI);
-                            xmlWriter.setPrefix(prefix,namespaceURI);
-                        }
-
-                        if (prefix.trim().length() > 0){
-                            stringToWrite.append(prefix).append(":").append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
-                        } else {
-                            stringToWrite.append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
-                        }
-                    } else {
-                        stringToWrite.append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
-                    }
-                }
-                xmlWriter.writeCharacters(stringToWrite.toString());
-            }
-
-        }
-
-
-         /**
-         * Register a namespace prefix
-         */
-         private java.lang.String registerPrefix(javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace) throws javax.xml.stream.XMLStreamException {
-                java.lang.String prefix = xmlWriter.getPrefix(namespace);
-
-                if (prefix == null) {
-                    prefix = generatePrefix(namespace);
-
-                    while (xmlWriter.getNamespaceContext().getNamespaceURI(prefix) != null) {
-                        prefix = org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-                    }
-
-                    xmlWriter.writeNamespace(prefix, namespace);
-                    xmlWriter.setPrefix(prefix, namespace);
-                }
-
-                return prefix;
-            }
-
-
-  
-        /**
-        * databinding method to get an XML representation of this object
-        *
-        */
-        public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
-                    throws org.apache.axis2.databinding.ADBException{
-
-
-        
-                 java.util.ArrayList elementList = new java.util.ArrayList();
-                 java.util.ArrayList attribList = new java.util.ArrayList();
-
-                 if (localServiceLocationTracker){
-                             if (localServiceLocation!=null) {
-                                 for (int i = 0;i < localServiceLocation.length;i++){
-
-                                    if (localServiceLocation[i] != null){
-                                         elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
-                                                                          "ServiceLocation"));
-                                         elementList.add(localServiceLocation[i]);
-                                    } else {
-                                        
-                                                elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
-                                                                          "ServiceLocation"));
-                                                elementList.add(null);
-                                            
-                                    }
-
-                                 }
-                             } else {
-                                 
-                                        elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
-                                                                          "ServiceLocation"));
-                                        elementList.add(localServiceLocation);
-                                    
-                             }
-
-                        }
-
-                return new org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl(qName, elementList.toArray(), attribList.toArray());
-            
-            
-
-        }
-
-  
-
-     /**
-      *  Factory class that keeps the parse method
-      */
-    public static class Factory{
-
-        
-        
-
-        /**
-        * static method to create the object
-        * Precondition:  If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
-        *                If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
-        * Postcondition: If this object is an element, the reader is positioned at its end element
-        *                If this object is a complex type, the reader is positioned at the end element of its outer element
-        */
-        public static ArrayOfServiceLocation parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{
-            ArrayOfServiceLocation object =
-                new ArrayOfServiceLocation();
-
-            int event;
-            java.lang.String nillableValue = null;
-            java.lang.String prefix ="";
-            java.lang.String namespaceuri ="";
-            try {
-                
-                while (!reader.isStartElement() && !reader.isEndElement())
-                    reader.next();
-
-                
-                if (reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","type")!=null){
-                  java.lang.String fullTypeName = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance",
-                        "type");
-                  if (fullTypeName!=null){
-                    java.lang.String nsPrefix = null;
-                    if (fullTypeName.indexOf(":") > -1){
-                        nsPrefix = fullTypeName.substring(0,fullTypeName.indexOf(":"));
-                    }
-                    nsPrefix = nsPrefix==null?"":nsPrefix;
-
-                    java.lang.String type = fullTypeName.substring(fullTypeName.indexOf(":")+1);
-                    
-                            if (!"ArrayOfServiceLocation".equals(type)){
-                                //find namespace for the prefix
-                                java.lang.String nsUri = reader.getNamespaceContext().getNamespaceURI(nsPrefix);
-                                return (ArrayOfServiceLocation) org.apache.stonehenge.stocktrader.config.trade.imports.ExtensionMapper.getTypeObject(
-                                     nsUri,type,reader);
-                              }
-                        
-
-                  }
-                
-
-                }
-
-                
-
-                
-                // Note all attributes that were handled. Used to differ normal attributes
-                // from anyAttributes.
-                java.util.Vector handledAttributes = new java.util.Vector();
-                
-
-                 
-                    
-                    reader.next();
-                
-                        java.util.ArrayList list1 = new java.util.ArrayList();
-                    
-                                    
-                                    while (!reader.isStartElement() && !reader.isEndElement()) reader.next();
-                                
-                                    if (reader.isStartElement() && new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation").equals(reader.getName())){
-                                
-                                    
-                                    
-                                    // Process the array and step past its final element's end.
-                                    
-                                                          nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","nil");
-                                                          if ("true".equals(nillableValue) || "1".equals(nillableValue)){
-                                                              list1.add(null);
-                                                              reader.next();
-                                                          } else {
-                                                        list1.add(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader));
-                                                                }
-                                                        //loop until we find a start element that is not part of this array
-                                                        boolean loopDone1 = false;
-                                                        while(!loopDone1){
-                                                            // We should be at the end element, but make sure
-                                                            while (!reader.isEndElement())
-                                                                reader.next();
-                                                            // Step out of this element
-                                                            reader.next();
-                                                            // Step to next element event.
-                                                            while (!reader.isStartElement() && !reader.isEndElement())
-                                                                reader.next();
-                                                            if (reader.isEndElement()){
-                                                                //two continuous end elements means we are exiting the xml structure
-                                                                loopDone1 = true;
-                                                            } else {
-                                                                if (new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation").equals(reader.getName())){
-                                                                    
-                                                                      nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","nil");
-                                                                      if ("true".equals(nillableValue) || "1".equals(nillableValue)){
-                                                                          list1.add(null);
-                                                                          reader.next();
-                                                                      } else {
-                                                                    list1.add(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader));
-                                                                        }
-                                                                }else{
-                                                                    loopDone1 = true;
-                                                                }
-                                                            }
-                                                        }
-                                                        // call the converter utility  to convert and set the array
-                                                        
-                                                        object.setServiceLocation((org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[])
-                                                            org.apache.axis2.databinding.utils.ConverterUtil.convertToArray(
-                                                                org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.class,
-                                                                list1));
-                                                            
-                              }  // End of if for expected property start element
-                                
-                                    else {
-                                        
-                                    }
-                                  
-                            while (!reader.isStartElement() && !reader.isEndElement())
-                                reader.next();
-                            
-                                if (reader.isStartElement())
-                                // A start element we are not expecting indicates a trailing invalid property
-                                throw new org.apache.axis2.databinding.ADBException("Unexpected subelement " + reader.getLocalName());
-                            
-
-
-
-            } catch (javax.xml.stream.XMLStreamException e) {
-                throw new java.lang.Exception(e);
-            }
-
-            return object;
-        }
-
-        }//end of factory class
-
-        
-
-        }
-           
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ 
+/**
+ * ArrayOfServiceLocation.java
+ *
+ * This file was auto-generated from WSDL
+ * by the Apache Axis2 version: 1.5  Built on : Apr 30, 2009 (06:07:47 EDT)
+ */
+            
+                package org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract;
+            
+
+            /**
+            *  ArrayOfServiceLocation bean class
+            */
+        
+        public  class ArrayOfServiceLocation
+        implements org.apache.axis2.databinding.ADBBean{
+        /* This type was generated from the piece of schema that had
+                name = ArrayOfServiceLocation
+                Namespace URI = http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract
+                Namespace Prefix = ns1
+                */
+            
+
+        private static java.lang.String generatePrefix(java.lang.String namespace) {
+            if(namespace.equals("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract")){
+                return "ns1";
+            }
+            return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
+        }
+
+        
+
+                        /**
+                        * field for ServiceLocation
+                        * This was an Array!
+                        */
+
+                        
+                                    protected org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] localServiceLocation ;
+                                
+                           /*  This tracker boolean wil be used to detect whether the user called the set method
+                          *   for this attribute. It will be used to determine whether to include this field
+                           *   in the serialized XML
+                           */
+                           protected boolean localServiceLocationTracker = false ;
+                           
+
+                           /**
+                           * Auto generated getter method
+                           * @return org.datacontract.schemas._2004._07.trade_configservicedatacontract.ServiceLocation[]
+                           */
+                           public  org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] getServiceLocation(){
+                               return localServiceLocation;
+                           }
+
+                           
+                        
+
+
+                               
+                              /**
+                               * validate the array for ServiceLocation
+                               */
+                              protected void validateServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] param){
+                             
+                              }
+
+
+                             /**
+                              * Auto generated setter method
+                              * @param param ServiceLocation
+                              */
+                              public void setServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[] param){
+                              
+                                   validateServiceLocation(param);
+
+                               
+                                          if (param != null){
+                                             //update the setting tracker
+                                             localServiceLocationTracker = true;
+                                          } else {
+                                             localServiceLocationTracker = true;
+                                                 
+                                          }
+                                      
+                                      this.localServiceLocation=param;
+                              }
+
+                               
+                             
+                             /**
+                             * Auto generated add method for the array for convenience
+                             * @param param org.datacontract.schemas._2004._07.trade_configservicedatacontract.ServiceLocation
+                             */
+                             public void addServiceLocation(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation param){
+                                   if (localServiceLocation == null){
+                                   localServiceLocation = new org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[]{};
+                                   }
+
+                            
+                                 //update the setting tracker
+                                localServiceLocationTracker = true;
+                            
+
+                               java.util.List list =
+                            org.apache.axis2.databinding.utils.ConverterUtil.toList(localServiceLocation);
+                               list.add(param);
+                               this.localServiceLocation =
+                             (org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[])list.toArray(
+                            new org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[list.size()]);
+
+                             }
+                             
+
+     /**
+     * isReaderMTOMAware
+     * @return true if the reader supports MTOM
+     */
+   public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader) {
+        boolean isReaderMTOMAware = false;
+        
+        try{
+          isReaderMTOMAware = java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
+        }catch(java.lang.IllegalArgumentException e){
+          isReaderMTOMAware = false;
+        }
+        return isReaderMTOMAware;
+   }
+     
+     
+        /**
+        *
+        * @param parentQName
+        * @param factory
+        * @return org.apache.axiom.om.OMElement
+        */
+       public org.apache.axiom.om.OMElement getOMElement (
+               final javax.xml.namespace.QName parentQName,
+               final org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException{
+
+
+        
+               org.apache.axiom.om.OMDataSource dataSource =
+                       new org.apache.axis2.databinding.ADBDataSource(this,parentQName){
+
+                 public void serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
+                       ArrayOfServiceLocation.this.serialize(parentQName,factory,xmlWriter);
+                 }
+               };
+               return new org.apache.axiom.om.impl.llom.OMSourcedElementImpl(
+               parentQName,factory,dataSource);
+            
+       }
+
+         public void serialize(final javax.xml.namespace.QName parentQName,
+                                       final org.apache.axiom.om.OMFactory factory,
+                                       org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
+                                throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
+                           serialize(parentQName,factory,xmlWriter,false);
+         }
+
+         public void serialize(final javax.xml.namespace.QName parentQName,
+                               final org.apache.axiom.om.OMFactory factory,
+                               org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
+                               boolean serializeType)
+            throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
+            
+                
+
+
+                java.lang.String prefix = null;
+                java.lang.String namespace = null;
+                
+
+                    prefix = parentQName.getPrefix();
+                    namespace = parentQName.getNamespaceURI();
+
+                    if ((namespace != null) && (namespace.trim().length() > 0)) {
+                        java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
+                        if (writerPrefix != null) {
+                            xmlWriter.writeStartElement(namespace, parentQName.getLocalPart());
+                        } else {
+                            if (prefix == null) {
+                                prefix = generatePrefix(namespace);
+                            }
+
+                            xmlWriter.writeStartElement(prefix, parentQName.getLocalPart(), namespace);
+                            xmlWriter.writeNamespace(prefix, namespace);
+                            xmlWriter.setPrefix(prefix, namespace);
+                        }
+                    } else {
+                        xmlWriter.writeStartElement(parentQName.getLocalPart());
+                    }
+                
+                  if (serializeType){
+               
+
+                   java.lang.String namespacePrefix = registerPrefix(xmlWriter,"http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract");
+                   if ((namespacePrefix != null) && (namespacePrefix.trim().length() > 0)){
+                       writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","type",
+                           namespacePrefix+":ArrayOfServiceLocation",
+                           xmlWriter);
+                   } else {
+                       writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","type",
+                           "ArrayOfServiceLocation",
+                           xmlWriter);
+                   }
+
+               
+                   }
+                if (localServiceLocationTracker){
+                                       if (localServiceLocation!=null){
+                                            for (int i = 0;i < localServiceLocation.length;i++){
+                                                if (localServiceLocation[i] != null){
+                                                 localServiceLocation[i].serialize(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation"),
+                                                           factory,xmlWriter);
+                                                } else {
+                                                   
+                                                            // write null attribute
+                                                            java.lang.String namespace2 = "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract";
+                                                            if (! namespace2.equals("")) {
+                                                                java.lang.String prefix2 = xmlWriter.getPrefix(namespace2);
+
+                                                                if (prefix2 == null) {
+                                                                    prefix2 = generatePrefix(namespace2);
+
+                                                                    xmlWriter.writeStartElement(prefix2,"ServiceLocation", namespace2);
+                                                                    xmlWriter.writeNamespace(prefix2, namespace2);
+                                                                    xmlWriter.setPrefix(prefix2, namespace2);
+
+                                                                } else {
+                                                                    xmlWriter.writeStartElement(namespace2,"ServiceLocation");
+                                                                }
+
+                                                            } else {
+                                                                xmlWriter.writeStartElement("ServiceLocation");
+                                                            }
+
+                                                           // write the nil attribute
+                                                           writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","nil","1",xmlWriter);
+                                                           xmlWriter.writeEndElement();
+                                                    
+                                                }
+
+                                            }
+                                     } else {
+                                        
+                                                // write null attribute
+                                                java.lang.String namespace2 = "http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract";
+                                                if (! namespace2.equals("")) {
+                                                    java.lang.String prefix2 = xmlWriter.getPrefix(namespace2);
+
+                                                    if (prefix2 == null) {
+                                                        prefix2 = generatePrefix(namespace2);
+
+                                                        xmlWriter.writeStartElement(prefix2,"ServiceLocation", namespace2);
+                                                        xmlWriter.writeNamespace(prefix2, namespace2);
+                                                        xmlWriter.setPrefix(prefix2, namespace2);
+
+                                                    } else {
+                                                        xmlWriter.writeStartElement(namespace2,"ServiceLocation");
+                                                    }
+
+                                                } else {
+                                                    xmlWriter.writeStartElement("ServiceLocation");
+                                                }
+
+                                               // write the nil attribute
+                                               writeAttribute("xsi","http://www.w3.org/2001/XMLSchema-instance","nil","1",xmlWriter);
+                                               xmlWriter.writeEndElement();
+                                        
+                                    }
+                                 }
+                    xmlWriter.writeEndElement();
+               
+
+        }
+
+         /**
+          * Util method to write an attribute with the ns prefix
+          */
+          private void writeAttribute(java.lang.String prefix,java.lang.String namespace,java.lang.String attName,
+                                      java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{
+              if (xmlWriter.getPrefix(namespace) == null) {
+                       xmlWriter.writeNamespace(prefix, namespace);
+                       xmlWriter.setPrefix(prefix, namespace);
+
+              }
+
+              xmlWriter.writeAttribute(namespace,attName,attValue);
+
+         }
+
+        /**
+          * Util method to write an attribute without the ns prefix
+          */
+          private void writeAttribute(java.lang.String namespace,java.lang.String attName,
+                                      java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{
+                if (namespace.equals(""))
+              {
+                  xmlWriter.writeAttribute(attName,attValue);
+              }
+              else
+              {
+                  registerPrefix(xmlWriter, namespace);
+                  xmlWriter.writeAttribute(namespace,attName,attValue);
+              }
+          }
+
+
+           /**
+             * Util method to write an attribute without the ns prefix
+             */
+            private void writeQNameAttribute(java.lang.String namespace, java.lang.String attName,
+                                             javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
+
+                java.lang.String attributeNamespace = qname.getNamespaceURI();
+                java.lang.String attributePrefix = xmlWriter.getPrefix(attributeNamespace);
+                if (attributePrefix == null) {
+                    attributePrefix = registerPrefix(xmlWriter, attributeNamespace);
+                }
+                java.lang.String attributeValue;
+                if (attributePrefix.trim().length() > 0) {
+                    attributeValue = attributePrefix + ":" + qname.getLocalPart();
+                } else {
+                    attributeValue = qname.getLocalPart();
+                }
+
+                if (namespace.equals("")) {
+                    xmlWriter.writeAttribute(attName, attributeValue);
+                } else {
+                    registerPrefix(xmlWriter, namespace);
+                    xmlWriter.writeAttribute(namespace, attName, attributeValue);
+                }
+            }
+        /**
+         *  method to handle Qnames
+         */
+
+        private void writeQName(javax.xml.namespace.QName qname,
+                                javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
+            java.lang.String namespaceURI = qname.getNamespaceURI();
+            if (namespaceURI != null) {
+                java.lang.String prefix = xmlWriter.getPrefix(namespaceURI);
+                if (prefix == null) {
+                    prefix = generatePrefix(namespaceURI);
+                    xmlWriter.writeNamespace(prefix, namespaceURI);
+                    xmlWriter.setPrefix(prefix,namespaceURI);
+                }
+
+                if (prefix.trim().length() > 0){
+                    xmlWriter.writeCharacters(prefix + ":" + org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
+                } else {
+                    // i.e this is the default namespace
+                    xmlWriter.writeCharacters(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
+                }
+
+            } else {
+                xmlWriter.writeCharacters(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname));
+            }
+        }
+
+        private void writeQNames(javax.xml.namespace.QName[] qnames,
+                                 javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {
+
+            if (qnames != null) {
+                // we have to store this data until last moment since it is not possible to write any
+                // namespace data after writing the charactor data
+                java.lang.StringBuffer stringToWrite = new java.lang.StringBuffer();
+                java.lang.String namespaceURI = null;
+                java.lang.String prefix = null;
+
+                for (int i = 0; i < qnames.length; i++) {
+                    if (i > 0) {
+                        stringToWrite.append(" ");
+                    }
+                    namespaceURI = qnames[i].getNamespaceURI();
+                    if (namespaceURI != null) {
+                        prefix = xmlWriter.getPrefix(namespaceURI);
+                        if ((prefix == null) || (prefix.length() == 0)) {
+                            prefix = generatePrefix(namespaceURI);
+                            xmlWriter.writeNamespace(prefix, namespaceURI);
+                            xmlWriter.setPrefix(prefix,namespaceURI);
+                        }
+
+                        if (prefix.trim().length() > 0){
+                            stringToWrite.append(prefix).append(":").append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
+                        } else {
+                            stringToWrite.append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
+                        }
+                    } else {
+                        stringToWrite.append(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i]));
+                    }
+                }
+                xmlWriter.writeCharacters(stringToWrite.toString());
+            }
+
+        }
+
+
+         /**
+         * Register a namespace prefix
+         */
+         private java.lang.String registerPrefix(javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace) throws javax.xml.stream.XMLStreamException {
+                java.lang.String prefix = xmlWriter.getPrefix(namespace);
+
+                if (prefix == null) {
+                    prefix = generatePrefix(namespace);
+
+                    while (xmlWriter.getNamespaceContext().getNamespaceURI(prefix) != null) {
+                        prefix = org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
+                    }
+
+                    xmlWriter.writeNamespace(prefix, namespace);
+                    xmlWriter.setPrefix(prefix, namespace);
+                }
+
+                return prefix;
+            }
+
+
+  
+        /**
+        * databinding method to get an XML representation of this object
+        *
+        */
+        public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
+                    throws org.apache.axis2.databinding.ADBException{
+
+
+        
+                 java.util.ArrayList elementList = new java.util.ArrayList();
+                 java.util.ArrayList attribList = new java.util.ArrayList();
+
+                 if (localServiceLocationTracker){
+                             if (localServiceLocation!=null) {
+                                 for (int i = 0;i < localServiceLocation.length;i++){
+
+                                    if (localServiceLocation[i] != null){
+                                         elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
+                                                                          "ServiceLocation"));
+                                         elementList.add(localServiceLocation[i]);
+                                    } else {
+                                        
+                                                elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
+                                                                          "ServiceLocation"));
+                                                elementList.add(null);
+                                            
+                                    }
+
+                                 }
+                             } else {
+                                 
+                                        elementList.add(new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract",
+                                                                          "ServiceLocation"));
+                                        elementList.add(localServiceLocation);
+                                    
+                             }
+
+                        }
+
+                return new org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl(qName, elementList.toArray(), attribList.toArray());
+            
+            
+
+        }
+
+  
+
+     /**
+      *  Factory class that keeps the parse method
+      */
+    public static class Factory{
+
+        
+        
+
+        /**
+        * static method to create the object
+        * Precondition:  If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
+        *                If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
+        * Postcondition: If this object is an element, the reader is positioned at its end element
+        *                If this object is a complex type, the reader is positioned at the end element of its outer element
+        */
+        public static ArrayOfServiceLocation parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{
+            ArrayOfServiceLocation object =
+                new ArrayOfServiceLocation();
+
+            int event;
+            java.lang.String nillableValue = null;
+            java.lang.String prefix ="";
+            java.lang.String namespaceuri ="";
+            try {
+                
+                while (!reader.isStartElement() && !reader.isEndElement())
+                    reader.next();
+
+                
+                if (reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","type")!=null){
+                  java.lang.String fullTypeName = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance",
+                        "type");
+                  if (fullTypeName!=null){
+                    java.lang.String nsPrefix = null;
+                    if (fullTypeName.indexOf(":") > -1){
+                        nsPrefix = fullTypeName.substring(0,fullTypeName.indexOf(":"));
+                    }
+                    nsPrefix = nsPrefix==null?"":nsPrefix;
+
+                    java.lang.String type = fullTypeName.substring(fullTypeName.indexOf(":")+1);
+                    
+                            if (!"ArrayOfServiceLocation".equals(type)){
+                                //find namespace for the prefix
+                                java.lang.String nsUri = reader.getNamespaceContext().getNamespaceURI(nsPrefix);
+                                return (ArrayOfServiceLocation) org.apache.stonehenge.stocktrader.config.trade.imports.ExtensionMapper.getTypeObject(
+                                     nsUri,type,reader);
+                              }
+                        
+
+                  }
+                
+
+                }
+
+                
+
+                
+                // Note all attributes that were handled. Used to differ normal attributes
+                // from anyAttributes.
+                java.util.Vector handledAttributes = new java.util.Vector();
+                
+
+                 
+                    
+                    reader.next();
+                
+                        java.util.ArrayList list1 = new java.util.ArrayList();
+                    
+                                    
+                                    while (!reader.isStartElement() && !reader.isEndElement()) reader.next();
+                                
+                                    if (reader.isStartElement() && new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation").equals(reader.getName())){
+                                
+                                    
+                                    
+                                    // Process the array and step past its final element's end.
+                                    
+                                                          nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","nil");
+                                                          if ("true".equals(nillableValue) || "1".equals(nillableValue)){
+                                                              list1.add(null);
+                                                              reader.next();
+                                                          } else {
+                                                        list1.add(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader));
+                                                                }
+                                                        //loop until we find a start element that is not part of this array
+                                                        boolean loopDone1 = false;
+                                                        while(!loopDone1){
+                                                            // We should be at the end element, but make sure
+                                                            while (!reader.isEndElement())
+                                                                reader.next();
+                                                            // Step out of this element
+                                                            reader.next();
+                                                            // Step to next element event.
+                                                            while (!reader.isStartElement() && !reader.isEndElement())
+                                                                reader.next();
+                                                            if (reader.isEndElement()){
+                                                                //two continuous end elements means we are exiting the xml structure
+                                                                loopDone1 = true;
+                                                            } else {
+                                                                if (new javax.xml.namespace.QName("http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract","ServiceLocation").equals(reader.getName())){
+                                                                    
+                                                                      nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance","nil");
+                                                                      if ("true".equals(nillableValue) || "1".equals(nillableValue)){
+                                                                          list1.add(null);
+                                                                          reader.next();
+                                                                      } else {
+                                                                    list1.add(org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.Factory.parse(reader));
+                                                                        }
+                                                                }else{
+                                                                    loopDone1 = true;
+                                                                }
+                                                            }
+                                                        }
+                                                        // call the converter utility  to convert and set the array
+                                                        
+                                                        object.setServiceLocation((org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation[])
+                                                            org.apache.axis2.databinding.utils.ConverterUtil.convertToArray(
+                                                                org.apache.stonehenge.stocktrader.config.trade_configservicedatacontract.ServiceLocation.class,
+                                                                list1));
+                                                            
+                              }  // End of if for expected property start element
+                                
+                                    else {
+                                        
+                                    }
+                                  
+                            while (!reader.isStartElement() && !reader.isEndElement())
+                                reader.next();
+                            
+                                if (reader.isStartElement())
+                                // A start element we are not expecting indicates a trailing invalid property
+                                throw new org.apache.axis2.databinding.ADBException("Unexpected subelement " + reader.getLocalName());
+                            
+
+
+
+            } catch (javax.xml.stream.XMLStreamException e) {
+                throw new java.lang.Exception(e);
+            }
+
+            return object;
+        }
+
+        }//end of factory class
+
+        
+
+        }
+           
           
\ No newline at end of file

Propchange: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/trade_configservicedatacontract/ArrayOfServiceLocation.java
------------------------------------------------------------------------------
    svn:eol-style = native