Class: PCMServiceURL

pcmws.api.PCMServiceURL

This class is used to construct a host + path URL for ALK PC Miler Services, which are different than ALK Content web services. Since it extends pcmws.api.StaticServiceURL it exists merely to set a different hostURL for PCM Services vs ALK Content Services.

new pcmws.api.PCMServiceURL(hosturl, path)

Name Type Description
hosturl string

The optional host. If undefined it will use the prototype.hostURL;

path string

The path.

Subclasses

Extends

Members

hostURL{string}

This value contains the host url part (minus the path).

path{string}

This value contains the path of the url.