
eu.datex2.wsdl.supplierpush._2_0.SupplierPushInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datex2-api Show documentation
Show all versions of datex2-api Show documentation
DATEX II API for Java, allows to create DATEX II suppliers and clients.
The newest version!
package eu.datex2.wsdl.supplierpush._2_0;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.0.3
* 2015-01-26T23:51:37.740+01:00
* Generated source version: 3.0.3
*
*/
@WebService(targetNamespace = "http://datex2.eu/wsdl/supplierPush/2_0", name = "supplierPushInterface")
@XmlSeeAlso({eu.datex2.schema._2._2_0.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface SupplierPushInterface {
@WebMethod(action = "http://datex2.eu/wsdl/supplierPush/2_0/putDatex2Data")
public void putDatex2Data(
@WebParam(partName = "body", mode = WebParam.Mode.INOUT, name = "d2LogicalModel", targetNamespace = "http://datex2.eu/schema/2/2_0")
javax.xml.ws.Holder body
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy