Service that returns a cactus version identifier. This is used
to verify that the server side and client side versions of
Cactus are the same.
since: 1.5
Compares a string representing the name of the service with the service
enumerated type.
Parameters: theString - the string to compare with this Service name true if the string corresponds to the current ServiceServiceEnumeration.valueOf
Returns the enumeration instance corresponding to the provided service
name.
Parameters: theName - The name of the service The corresponding service instance since: 1.5