server.ExtensionMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-jaxws-integration Show documentation
Show all versions of axis2-jaxws-integration Show documentation
Axis2 JAXWS Integration Tests
/**
* ExtensionMapper.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.1 Built on : Aug 31, 2011 (12:23:23 CEST)
*/
package server;
/**
* ExtensionMapper class
*/
@SuppressWarnings({"unchecked","unused"})
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{
throw new org.apache.axis2.databinding.ADBException("Unsupported type " + namespaceURI + " " + typeName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy