net.datastream.wsdls.mp0264_getpartmanufacturer_001.GetPartManufacturerPT Maven / Gradle / Ivy
package net.datastream.wsdls.mp0264_getpartmanufacturer_001;
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;
import javax.xml.ws.Holder;
import net.datastream.schemas.mp_functions.MessageConfigType;
import net.datastream.schemas.mp_functions.SessionType;
import net.datastream.schemas.mp_functions.mp0264_001.MP0264_GetPartManufacturer_001;
import net.datastream.schemas.mp_results.mp0264_001.MP0264_GetPartManufacturer_001_Result;
import org.xmlsoap.schemas.ws._2002._04.secext.Security;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.10
* Generated source version: 2.2
*
*/
@WebService(name = "GetPartManufacturerPT", targetNamespace = "http://wsdls.datastream.net/MP0264_GetPartManufacturer_001")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
net.datastream.schemas.mp_fields.ObjectFactory.class,
net.datastream.schemas.mp_entities.partmanufacturer_001.ObjectFactory.class,
net.datastream.schemas.mp_functions.ObjectFactory.class,
net.datastream.schemas.mp_functions.mp0264_001.ObjectFactory.class,
net.datastream.schemas.mp_results.mp0264_001.ObjectFactory.class,
org.openapplications.oagis_fields.ObjectFactory.class,
org.openapplications.oagis_segments.ObjectFactory.class,
org.xmlsoap.schemas.ws._2002._04.secext.ObjectFactory.class
})
public interface GetPartManufacturerPT {
/**
*
* @param getPartManufacturerRequestMsg
* @param tenantHeader
* @param sessionHeader
* @param organizationHeader
* @param messageConfigHeader
* @param securityHeader
* @param sessionScenarioHeader
* @return
* returns net.datastream.schemas.mp_results.mp0264_001.MP0264_GetPartManufacturer_001_Result
*/
@WebMethod(operationName = "GetPartManufacturerOp", action = "processMessage")
@WebResult(name = "MP0264_GetPartManufacturer_001_Result", targetNamespace = "http://schemas.datastream.net/MP_results/MP0264_001", partName = "GetPartManufacturerResponseMsg")
public MP0264_GetPartManufacturer_001_Result getPartManufacturerOp(
@WebParam(name = "MP0264_GetPartManufacturer_001", targetNamespace = "http://schemas.datastream.net/MP_functions/MP0264_001", partName = "GetPartManufacturerRequestMsg")
MP0264_GetPartManufacturer_001 getPartManufacturerRequestMsg,
@WebParam(name = "Organization", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "organizationHeader")
String organizationHeader,
@WebParam(name = "Security", targetNamespace = "http://schemas.xmlsoap.org/ws/2002/04/secext", header = true, partName = "securityHeader")
Security securityHeader,
@WebParam(name = "SessionScenario", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "sessionScenarioHeader")
String sessionScenarioHeader,
@WebParam(name = "Session", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, mode = WebParam.Mode.INOUT, partName = "sessionHeader")
Holder sessionHeader,
@WebParam(name = "MessageConfig", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "messageConfigHeader")
MessageConfigType messageConfigHeader,
@WebParam(name = "Tenant", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "tenantHeader")
String tenantHeader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy