Starts the management of an Unwired Server package.
public static SUPPackage getSUPPackage(PackageContext packageContext) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
domainContext = serverContext.getDomainContext("<domain name>");
packageContext = domainContext.getPackageContext("<package name>");
SUPPackage suppkg = SUPObjectFactory.getSUPPackage(packageContext);