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

no.difi.meldingsutveksling.noarkexchange.p360.schema.IEDUImport Maven / Gradle / Ivy

There is a newer version: 2.28.0
Show newest version

package no.difi.meldingsutveksling.noarkexchange.p360.schema;

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.8
 * Generated source version: 2.2
 * 
 */
@WebService(name = "IEDUImport", targetNamespace = "http://www.arkivverket.no/Noark/Exchange")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
    ObjectFactory.class
})
public interface IEDUImport {


    /**
     * 
     * @param getCanReceiveMessageRequest
     * @return
     *     returns no.difi.meldingsutveksling.noarkexchange.p360.schema.GetCanReceiveMessageResponseType
     */
    @WebMethod(operationName = "GetCanReceiveMessage", action = "http://www.arkivverket.no/Noark/Exchange/IEDUImport/GetCanReceiveMessage")
    @WebResult(name = "GetCanReceiveMessageResponse", targetNamespace = "http://www.arkivverket.no/Noark/Exchange/types", partName = "GetCanReceiveMessageResponse")
    public GetCanReceiveMessageResponseType getCanReceiveMessage(
        @WebParam(name = "GetCanReceiveMessageRequest", targetNamespace = "http://www.arkivverket.no/Noark/Exchange/types", partName = "GetCanReceiveMessageRequest")
        GetCanReceiveMessageRequestType getCanReceiveMessageRequest);

    /**
     * 
     * @param putMessageRequest
     * @return
     *     returns no.difi.meldingsutveksling.noarkexchange.p360.schema.PutMessageResponseType
     */
    @WebMethod(operationName = "PutMessage", action = "http://www.arkivverket.no/Noark/Exchange/IEDUImport/PutMessage")
    @WebResult(name = "PutMessageResponse", targetNamespace = "http://www.arkivverket.no/Noark/Exchange/types", partName = "PutMessageResponse")
    public PutMessageResponseType putMessage(
        @WebParam(name = "PutMessageRequest", targetNamespace = "http://www.arkivverket.no/Noark/Exchange/types", partName = "PutMessageRequest")
        PutMessageRequestType putMessageRequest);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy