Aqualogic Interaction API  
 

IService Members

IService overview

Public Instance Methods

Finalize Finalize connects to the remote webservice, and finalizes the actions of the wizard. The settings passed in contain the results of the finalize action.
GetContent Returns an IServiceContent which can be used to retrieve the content for a particular page. The IServiceContent interface supports both SCI and Gatewayed HTML content.
GetContentXML Returns the content of a given page, without transforming it first. This also means any URL's that require'd being gatewayed were not gatewayed.
GetDescription Get a description of the service.
GetImageFile Get the Service image file path.
GetInitialized Set the Service image file path
GetName Get the name of the service.
GetPageCount Services have a particular number of pages that they refer to. The number of pages is determined when the service is initialized. When requesting content from the service, you must specify a page - if the requested page is outside the bounds of 1-GetPageCount(), the request will fail. In general, PageNumbers are 1-based indexes.
GetURI Get the Service URI.
GetWizardPageHelp Returns the URI to the help for a particular wizard page.
GetWizardPageImageFile Given a page number, retrieves the image file of the wizard for that page.
GetWizardPageInstructions Retrieves the instructions for the specified page.
GetWizardPageTitle Given a page number, retrieves the title of the wizard for that page.
GetXSLPath Returns the path to the current XSL file being used for transformations of content.
Initialize Connects to the remote web service, and initialized the connection.
SetDescription Set the description of the service.
SetName Set the name of the service.
SetURI Set the Service URI
Validate Connects to the remote web service and validates the given settings.

See Also

IService Interface | com.plumtree.server.xui Namespace | IServiceManager