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

org.hpccsystems.ws.client.gen.axis2.wscloud.latest.ExtensionMapper Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.8.0-1
Show newest version
/**
 * ExtensionMapper.java
 *
 * 

This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07, * 2022 (03:47:13 EDT) */ package org.hpccsystems.ws.client.gen.axis2.wscloud.latest; /** 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 { if ("urn:hpccsystems:ws:wscloud".equals(namespaceURI) && "ArrayOfEspException".equals(typeName)) { return org.hpccsystems.ws.client.gen.axis2.wscloud.latest.ArrayOfEspException.Factory.parse( reader); } if ("urn:hpccsystems:ws:wscloud".equals(namespaceURI) && "EspException".equals(typeName)) { return org.hpccsystems.ws.client.gen.axis2.wscloud.latest.EspException.Factory.parse(reader); } throw new org.apache.axis2.databinding.ADBException( "Unsupported type " + namespaceURI + " " + typeName); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy