Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.cactus.internal.ServiceEnumeration

Uses of ServiceEnumeration in org.apache.cactus.internal
 

Fields in org.apache.cactus.internal 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.internal 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.internal with parameters of type ServiceEnumeration
 void RequestDirectives.setService(ServiceEnumeration theService)