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

no.nav.tjeneste.virksomhet.oppgave.v3.binding.OppgaveV3 Maven / Gradle / Ivy

package no.nav.tjeneste.virksomhet.oppgave.v3.binding;

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

/**
 * This class was generated by Apache CXF 3.1.4
 * 2019-03-05T13:13:47.163Z
 * Generated source version: 3.1.4
 * 
 */
@WebServiceClient(name = "Oppgave_v3", 
                  wsdlLocation = "file:/home/travis/build/navikt/tjenestespesifikasjoner/oppgave-v3-tjenestespesifikasjon/src/main/wsdl/oppgave/wsdl/Binding.wsdl",
                  targetNamespace = "http://nav.no/tjeneste/virksomhet/oppgave/v3/Binding") 
public class OppgaveV3 extends Service {

    public final static URL WSDL_LOCATION;

    public final static QName SERVICE = new QName("http://nav.no/tjeneste/virksomhet/oppgave/v3/Binding", "Oppgave_v3");
    public final static QName OppgaveV3Port = new QName("http://nav.no/tjeneste/virksomhet/oppgave/v3/Binding", "Oppgave_v3Port");
    static {
        URL url = null;
        try {
            url = new URL("file:/home/travis/build/navikt/tjenestespesifikasjoner/oppgave-v3-tjenestespesifikasjon/src/main/wsdl/oppgave/wsdl/Binding.wsdl");
        } catch (MalformedURLException e) {
            java.util.logging.Logger.getLogger(OppgaveV3.class.getName())
                .log(java.util.logging.Level.INFO, 
                     "Can not initialize the default wsdl from {0}", "file:/home/travis/build/navikt/tjenestespesifikasjoner/oppgave-v3-tjenestespesifikasjon/src/main/wsdl/oppgave/wsdl/Binding.wsdl");
        }
        WSDL_LOCATION = url;
    }

    public OppgaveV3(URL wsdlLocation) {
        super(wsdlLocation, SERVICE);
    }

    public OppgaveV3(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public OppgaveV3() {
        super(WSDL_LOCATION, SERVICE);
    }
    
    public OppgaveV3(WebServiceFeature ... features) {
        super(WSDL_LOCATION, SERVICE, features);
    }

    public OppgaveV3(URL wsdlLocation, WebServiceFeature ... features) {
        super(wsdlLocation, SERVICE, features);
    }

    public OppgaveV3(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
        super(wsdlLocation, serviceName, features);
    }    




    /**
     *
     * @return
     *     returns OppgaveV3
     */
    @WebEndpoint(name = "Oppgave_v3Port")
    public no.nav.tjeneste.virksomhet.oppgave.v3.OppgaveV3 getOppgaveV3Port() {
        return super.getPort(OppgaveV3Port, no.nav.tjeneste.virksomhet.oppgave.v3.OppgaveV3.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns OppgaveV3
     */
    @WebEndpoint(name = "Oppgave_v3Port")
    public no.nav.tjeneste.virksomhet.oppgave.v3.OppgaveV3 getOppgaveV3Port(WebServiceFeature... features) {
        return super.getPort(OppgaveV3Port, no.nav.tjeneste.virksomhet.oppgave.v3.OppgaveV3.class, features);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy