Sun Java System Web Server 7.0 Update 3 Developer's Guide to Java Web Applications

java-method Element

The syntax for the java-method element is as follows:

<!ELEMENT java-method (method-name,method-params?)>
Table 8–9 java-method Element

Element name 

Occurrences 

Description 

Value 

method-name

Name of the service method  

PCDATA 

method-params

0 or 1  

List of the fully qualified Java type names of the method parameters. 

Table 8–10