All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.axis2.schema.template.ADBBeanTemplate.xsl Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version



    

    
    
        
/**
 * .java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: #axisVersion# #today#
 */

        
            package ;
        

        /**
        *   wrapped bean classes
        */
        @SuppressWarnings({"unchecked","unused"})
        public class {

        

        }
    

    
    
        
    










    
    

    
  
        
        

         
/**
 * .java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: #axisVersion# #today#
 */

        
            package ;
        
            /**
            *   class
            */
            @SuppressWarnings({"unchecked","unused"})
        
        public static class {

          public static java.lang.Object getTypeObject(java.lang.String namespaceURI,
                                                       java.lang.String typeName,
                                                       javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{

              
                  if (
                  "".equals(namespaceURI) &&
                  "".equals(typeName)){
                   
                       
                           return  Helper.INSTANCE.parse(reader);
                       
                        
                            return  .Factory.parse(reader);
                        
                   

                  }

              
             throw new org.apache.axis2.databinding.ADBException("Unsupported type " + namespaceURI + " " + typeName);
          }

        }
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy