1.0.0

org.eclipse.soda.dk.testmanager.service
Interface TestManagerService

All Known Implementing Classes:
TestManager

public interface TestManagerService

Version:
1.0.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the service name (String) constant.
 
Method Summary
 TestSessionService createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 TestScriptService parse(java.io.Reader in)
          Parse with the specified in parameter and return the TestScriptService result.
 void setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
          the saxParserFactory to set
 void setTestController(TestControllerService testController)
          Sets the test controller value.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the service name (String) constant.

Method Detail

createTestSession

TestSessionService createTestSession(TestSynchronizationService syncService)
Create test session with the specified sync service parameter and return the TestSessionService result.

Parameters:
syncService - The sync service (TestSynchronizationService) parameter.
Returns:
Results of the create test session (TestSessionService) value.

parse

TestScriptService parse(java.io.Reader in)
                        throws java.lang.Exception
Parse with the specified in parameter and return the TestScriptService result.

Parameters:
in - The in (Reader) parameter.
Returns:
Results of the parse (TestScriptService) value.
Throws:
java.lang.Exception

setSaxParserFactory

void setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
the saxParserFactory to set

Parameters:
saxParserFactory - The sax parser factory (SAXParserFactory) parameter.

setTestController

void setTestController(TestControllerService testController)
Sets the test controller value.

Parameters:
testController - The test controller (TestControllerService) parameter.

1.0.0

Copyright (c) 2007 IBM