wt.workflow.requirement
Interface RequirementServiceSvr

All Known Implementing Classes:
StandardRequirementService

public interface RequirementServiceSvr

These methods are can only be invoked from classes running in the server.

Supported API: false

Extendable: false


Method Summary
 String getIEServiceUrl()
          Returns the url to the Info*Engine service as specified in ie.properties.
 

Method Detail

getIEServiceUrl

public String getIEServiceUrl()
                       throws RequirementException,
                              IOException
Returns the url to the Info*Engine service as specified in ie.properties.

Supported API: false

Returns:
String
Throws:
RequirementException
IOException