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

org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.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.6.18-1
Show newest version
/**
 * ExtensionMapper.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.7.9  Built on : Nov 16, 2018 (12:06:07 GMT)
 */
package org.hpccsystems.ws.client.gen.axis2.filespray.v1_17;


/**
 *  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:filespray".equals(namespaceURI) &&
                "ArrayOfDFUException".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfDFUException.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "PhysicalFileStruct".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ArrayOfDropZone".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfDropZone.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "DFUWUActions".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.DFUWUActions.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "EspStringArray".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.EspStringArray.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "DFUActionResult".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.DFUActionResult.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ArrayOfDFUActionResult".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfDFUActionResult.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "DropZone".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.DropZone.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ArrayOfPhysicalFileStruct".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfPhysicalFileStruct.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "EspException".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.EspException.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "GroupNode".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.GroupNode.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ClusterNames_type0".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ClusterNames_type0.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ArrayOfDFUWorkunit".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfDFUWorkunit.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "ArrayOfEspException".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.ArrayOfEspException.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "DFUWorkunit".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.DFUWorkunit.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "GroupNodes_type0".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.GroupNodes_type0.Factory.parse(reader);
        }

        if ("urn:hpccsystems:ws:filespray".equals(namespaceURI) &&
                "DFUException".equals(typeName)) {
            return org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.DFUException.Factory.parse(reader);
        }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy