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

org.apache.axis2.wsdl.template.java.JaxwsServiceClassTemplate.xsl Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version



    

    
    
    
    

    package ;

import java.net.URL;
import javax.xml.namespace.QName;
import java.net.MalformedURLException;
import javax.xml.ws.Service;

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

    
@(
        
            
                
                =""
            
                
                ="", 
            
        
    )
public class  extends Service {

    public final static URL _WSDL_LOCATION;

    static {
        URL url = null;

        try {
            url = new URL("");
        } catch (MalformedURLException e) {
            e.printStackTrace();
        }
        _WSDL_LOCATION = url;
    }

    public () {
        super(_WSDL_LOCATION,
            new QName("",""));
    }

    public (URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }
    
    /**
     * @return
     *   returns 
     */
    
    @(
        
            
                
                =""
            
                
                ="", 
            
        
    )
    public  get() {
        return ()super.getPort(new QName("",""),
                .class);
    }        
}
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy