Package | Description |
---|---|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
Modifier and Type | Field and Description |
---|---|
static ServiceEnumeration |
ServiceEnumeration.CALL_TEST_SERVICE
Call test method Service.
|
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_RESULTS_SERVICE
Get the previous test results Service.
|
static ServiceEnumeration |
ServiceEnumeration.GET_VERSION_SERVICE
Service that returns a cactus version identifier.
|
static ServiceEnumeration |
ServiceEnumeration.RUN_TEST_SERVICE
Noop service for testing.
|
Modifier and Type | Method and Description |
---|---|
static ServiceEnumeration |
ServiceEnumeration.valueOf(java.lang.String theName)
Returns the enumeration instance corresponding to the provided service
name.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestDirectives.setService(ServiceEnumeration theService) |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.