GLS ShipIT
GLS ShipIT - SOAP services
ParcelShopPortType.java
Go to the documentation of this file.
1 package eu.gls_group.fpcs.v1.parcelshop;
2 
3 import javax.jws.WebMethod;
4 import javax.jws.WebParam;
5 import javax.jws.WebResult;
6 import javax.jws.WebService;
7 import javax.jws.soap.SOAPBinding;
8 import javax.xml.bind.annotation.XmlSeeAlso;
9 
16 @WebService(targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop", name = "ParcelShopPortType")
18 @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
19 public interface ParcelShopPortType {
20 
21  @WebMethod(action = "http://fpcs.gls-group.eu/v1/getParcelShopByID")
22  @WebResult(name = "ParcelShop", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop", partName = "body")
23  public eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop getParcelShopByID(
24  @WebParam(partName = "parcelShopID", name = "ParcelShopID", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop")
25  java.lang.String parcelShopID
27 
28  @WebMethod(action = "http://fpcs.gls-group.eu/v1/getParcelShopInArea")
29  @WebResult(name = "ListOfParcelShop", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop", partName = "body")
30  public eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ListOfParcelShop getParcelShopInArea(
31  @WebParam(partName = "area", name = "Area", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop")
32  eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Area area
34 
35  @WebMethod(action = "http://fpcs.gls-group.eu/v1/getParcelShopByCountryCode")
36  @WebResult(name = "ListOfParcelShop", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop", partName = "body")
37  public eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ListOfParcelShop getParcelShopByCountryCode(
38  @WebParam(partName = "countryCode", name = "CountryCode", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop")
39  java.lang.String countryCode
41 
42  @WebMethod(action = "http://fpcs.gls-group.eu/v1/getParcelShop")
43  @WebResult(name = "ListOfParcelShop", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop", partName = "body")
44  public eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ListOfParcelShop findNearestParcelShopForAddress(
45  @WebParam(partName = "parcelShopSearchLocation", name = "ParcelShopSearchLocation", targetNamespace = "http://fpcs.gls-group.eu/v1/ParcelShop")
46  eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation parcelShopSearchLocation
48 }
eu.glsgroup.fpcs
eu.gls_group.fpcs.v1.parcelshop.MandatoryFieldMissingMessage
Definition: parcelshop/MandatoryFieldMissingMessage.java:15
eu.glsgroup.fpcs.datatypes
eu.gls_group.fpcs.v1.parcelshop.InvalidFieldValueMessage
Definition: parcelshop/InvalidFieldValueMessage.java:15
eu.gls_group.fpcs.v1.parcelshop.InvalidParcelShopIDMessage
Definition: InvalidParcelShopIDMessage.java:15
eu.glsgroup.fpcs.datatypes.soap
eu.gls_group.fpcs.v1.parcelshop.InsufficientPermissionMessage
Definition: parcelshop/InsufficientPermissionMessage.java:15
eu.gls_group.fpcs.v1.parcelshop.ParcelShopPortType
Definition: ParcelShopPortType.java:19
eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop
Definition: Area.java:2
eu.glsgroup.fpcs.datatypes.soap.v1.common
Definition: AddOnLiabilityService.java:2
eu.glsgroup.fpcs.datatypes.soap.v1.common.ObjectFactory
Definition: fpcs/datatypes/soap/v1/common/ObjectFactory.java:25
eu.glsgroup
eu
eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ObjectFactory
Definition: fpcs/datatypes/soap/v1/parcelshop/ObjectFactory.java:25
eu.glsgroup.fpcs.datatypes.soap.v1