![]() | Finalize connects to the remote webservice, and finalizes the actions of the wizard. The settings passed in contain the results of the finalize action. |
![]() | 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. |
![]() | 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. |
![]() | Get a description of the service. |
![]() | Get the Service image file path. |
![]() | Set the Service image file path |
![]() | Get the name of the service. |
![]() | 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. |
![]() | Get the Service URI. |
![]() | Returns the URI to the help for a particular wizard page. |
![]() | Given a page number, retrieves the image file of the wizard for that page. |
![]() | Retrieves the instructions for the specified page. |
![]() | Given a page number, retrieves the title of the wizard for that page. |
![]() | Returns the path to the current XSL file being used for transformations of content. |
![]() | Connects to the remote web service, and initialized the connection. |
![]() | Set the description of the service. |
![]() | Set the name of the service. |
![]() | Set the Service URI |
![]() | Connects to the remote web service and validates the given settings. |
IService Interface | com.plumtree.server.xui Namespace | IServiceManager