Uses of Class
org.apache.cactus.ServiceEnumeration

Packages that use ServiceEnumeration
org.apache.cactus Contains all classes needed for writing Cactus tests. 
 

Uses of ServiceEnumeration in org.apache.cactus
 

Fields in org.apache.cactus declared as ServiceEnumeration
static ServiceEnumeration ServiceEnumeration.CALL_TEST_SERVICE
          Call test method Service.
static ServiceEnumeration ServiceEnumeration.GET_RESULTS_SERVICE
          Get the previous test results Service.
static ServiceEnumeration ServiceEnumeration.RUN_TEST_SERVICE
          Noop service for testing.
static ServiceEnumeration ServiceEnumeration.CREATE_SESSION_SERVICE
          Service used to create an HTTP session so that it is returned in a cookie.
static ServiceEnumeration ServiceEnumeration.GET_VERSION_SERVICE
          Service that returns a cactus version identifier.
 

Methods in org.apache.cactus that return ServiceEnumeration
static ServiceEnumeration ServiceEnumeration.valueOf(java.lang.String theName)
          Returns the enumeration instance corresponding to the provided service name.
 

Methods in org.apache.cactus with parameters of type ServiceEnumeration
 void RequestDirectives.setService(ServiceEnumeration theService)
           
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.