org.apache.axis2.schema.template.ADBBeanTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-adb-codegen Show documentation
Show all versions of axis2-adb-codegen Show documentation
ADB code generation support for Axis2
/**
* .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