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

Constructor Index

 o TrackingController()
TrackingController constructor comment.

Method Index

 o execute(ServiceRequest)
execute method takes a ServiceRequest and Returns a ServiceResponse.

Constructors

 o TrackingController
 public TrackingController()
TrackingController constructor comment.

Methods

 o 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