1package eu.gls_group.fpcs.v1.shipmentprocessing;
4import javax.xml.namespace.QName;
5import javax.xml.ws.WebEndpoint;
6import javax.xml.ws.WebServiceClient;
7import javax.xml.ws.WebServiceFeature;
8import javax.xml.ws.Service;
20@WebServiceClient(name =
"ShipmentProcessingService",
21 wsdlLocation =
"ShipmentProcessing.wsdl",
22 targetNamespace =
"http://fpcs.gls-group.eu/v1/ShipmentProcessing")
27 public final static QName SERVICE =
new QName(
"http://fpcs.gls-group.eu/v1/ShipmentProcessing",
"ShipmentProcessingService");
28 public final static QName ShipmentProcessingBinding =
new QName(
"http://fpcs.gls-group.eu/v1/ShipmentProcessing",
"ShipmentProcessingBinding");
36 .log(java.util.logging.Level.INFO,
37 "Can not initialize the default wsdl from {0}",
"ShipmentProcessing.wsdl");
43 super(wsdlLocation, SERVICE);
47 super(wsdlLocation, serviceName);
51 super(WSDL_LOCATION, SERVICE);
55 super(WSDL_LOCATION, SERVICE, features);
59 super(wsdlLocation, SERVICE, features);
63 super(wsdlLocation, serviceName, features);
74 @WebEndpoint(name =
"ShipmentProcessingBinding")
86 @WebEndpoint(name =
"ShipmentProcessingBinding")
ShipmentProcessingService()
ShipmentProcessingService(URL wsdlLocation, QName serviceName)
static final URL WSDL_LOCATION
ShipmentProcessingService(WebServiceFeature ... features)
ShipmentProcessingService(URL wsdlLocation)
ShipmentProcessingService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features)
ShipmentProcessingService(URL wsdlLocation, WebServiceFeature ... features)