All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.tracking.TrackingController
java.lang.Object
|
+----com.ups.xmlsdk.ServiceController
|
+----com.ups.xmlsdk.tracking.TrackingController
- public class TrackingController
- extends ServiceController
-
TrackingController()
- TrackingController constructor comment.
-
execute(ServiceRequest)
- execute method takes a ServiceRequest and Returns a ServiceResponse.
TrackingController
public TrackingController()
- TrackingController constructor comment.
execute
public ServiceResponse execute(ServiceRequest req) throws Exception, SDKException
- execute method takes a ServiceRequest and Returns a ServiceResponse. Allows a simple access to working adapters and Transmitters.
You must implement your own Controller, Adapter, and Transmitter if any of these do not fit your specific needs.
this method looks for a number of values in the Properties File for the SDK:
Protocol, Hostname, URLPrefix, KeyRing & proxyHost, proxyPort, proxyUser, proxyPass.
- Overrides:
- execute in class ServiceController
All Packages Class Hierarchy This Package Previous Next Index