Subversion Repositories bacoAlunos

Rev

Rev 163 | Blame | Compare with Previous | Last modification | View Log | RSS feed


package pt.ipportalegre.siges.web.services;

import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.1.4-b01-
 * Generated source version: 2.1
 *
 */

@WebServiceClient(name = "SiGesWEB", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", wsdlLocation = "http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl")
public class SiGesWEB
    extends Service
{

    private final static 1.5.0/docs/api/java/net/URL.html">URL SIGESWEB_WSDL_LOCATION;
    private final static 1.5.0/docs/api/java/util/logging/Logger.html">Logger logger = 1.5.0/docs/api/java/util/logging/Logger.html">Logger.getLogger(pt.ipportalegre.siges.web.services.SiGesWEB.class.getName());

    static {
        1.5.0/docs/api/java/net/URL.html">URL url = null;
        try {
            1.5.0/docs/api/java/net/URL.html">URL baseUrl;
            baseUrl = pt.ipportalegre.siges.web.services.SiGesWEB.class.getResource(".");
            url = new 1.5.0/docs/api/java/net/URL.html">URL(baseUrl, "http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl");
        } catch (1.5.0/docs/api/java/net/MalformedURLException.html">MalformedURLException e) {
            logger.warning("Failed to create URL for the wsdl Location: 'http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl', retrying as a local file");
            logger.warning(e.getMessage());
        }
        SIGESWEB_WSDL_LOCATION = url;
    }

    public SiGesWEB(1.5.0/docs/api/java/net/URL.html">URL wsdlLocation, 1.5.0/docs/api/javax/xml/namespace/QName.html">QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public SiGesWEB() {
        super(SIGESWEB_WSDL_LOCATION, new 1.5.0/docs/api/javax/xml/namespace/QName.html">QName("http://www.ipportalegre.pt/siges/web/services", "SiGesWEB"));
    }

    /**
     *
     * @return
     *     returns SiGesWEBSoap
     */

    @WebEndpoint(name = "SiGesWEBSoap")
    public SiGesWEBSoap getSiGesWEBSoap() {
        return super.getPort(new 1.5.0/docs/api/javax/xml/namespace/QName.html">QName("http://www.ipportalegre.pt/siges/web/services", "SiGesWEBSoap"), SiGesWEBSoap.class);
    }

    /**
     *
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
     * @return
     *     returns SiGesWEBSoap
     */

    @WebEndpoint(name = "SiGesWEBSoap")
    public SiGesWEBSoap getSiGesWEBSoap(WebServiceFeature... features) {
        return super.getPort(new 1.5.0/docs/api/javax/xml/namespace/QName.html">QName("http://www.ipportalegre.pt/siges/web/services", "SiGesWEBSoap"), SiGesWEBSoap.class, features);
    }

    /**
     *
     * @return
     *     returns SiGesWEBSoap
     */

    @WebEndpoint(name = "SiGesWEBSoap12")
    public SiGesWEBSoap getSiGesWEBSoap12() {
        return super.getPort(new 1.5.0/docs/api/javax/xml/namespace/QName.html">QName("http://www.ipportalegre.pt/siges/web/services", "SiGesWEBSoap12"), SiGesWEBSoap.class);
    }

    /**
     *
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
     * @return
     *     returns SiGesWEBSoap
     */

    @WebEndpoint(name = "SiGesWEBSoap12")
    public SiGesWEBSoap getSiGesWEBSoap12(WebServiceFeature... features) {
        return super.getPort(new 1.5.0/docs/api/javax/xml/namespace/QName.html">QName("http://www.ipportalegre.pt/siges/web/services", "SiGesWEBSoap12"), SiGesWEBSoap.class, features);
    }

}