WebCenter Interaction API  
 

IService Members

IService overview

Public Instance Methods

public methodFinalize Finalize connects to the remote webservice, and finalizes the actions of the wizard. The settings passed in contain the results of the finalize action.
public methodGetContent 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.
public methodGetContentXML 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.
public methodGetDescription Get a description of the service.
public methodGetImageFile Get the Service image file path.
public methodGetInitialized Set the Service image file path
public methodGetName Get the name of the service.
public methodGetPageCount 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.
public methodGetURI Get the Service URI.
public methodGetWizardPageHelp Returns the URI to the help for a particular wizard page.
public methodGetWizardPageImageFile Given a page number, retrieves the image file of the wizard for that page.
public methodGetWizardPageInstructions Retrieves the instructions for the specified page.
public methodGetWizardPageTitle Given a page number, retrieves the title of the wizard for that page.
public methodGetXSLPath Returns the path to the current XSL file being used for transformations of content.
public methodInitialize Connects to the remote web service, and initialized the connection.
public methodSetDescription Set the description of the service.
public methodSetName Set the name of the service.
public methodSetURI Set the Service URI
public methodValidate Connects to the remote web service and validates the given settings.

See Also

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