GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
glsgroup/fpcs/datatypes/soap/v1/tracking/ObjectFactory.java
Go to the documentation of this file.
1
2package eu.glsgroup.fpcs.datatypes.soap.v1.tracking;
3
4import javax.xml.bind.annotation.XmlRegistry;
5
6
21@XmlRegistry
22public class ObjectFactory {
23
24
29 public ObjectFactory() {
30 }
31
37 return new DetailsReferenceData();
38 }
39
45 return new TULReferenceData();
46 }
47
53 return new TUPReferenceData();
54 }
55
61 return new ParcelDetailResponse();
62 }
63
69 return new UnitDetail();
70 }
71
77 return new TUListResponse();
78 }
79
85 return new UnitItem();
86 }
87
93 return new PODResponse();
94 }
95
101 return new PODItem();
102 }
103
109 return new InvalidShipmentIDFault();
110 }
111
117 return new TUHistory();
118 }
119
120}