FileDocCategorySizeDatePackage
Child.javaAPI DocApache Axis 1.41102Sat Apr 22 18:57:26 BST 2006test.wsdl.inheritance

Child

public class Child extends Parent
The methods in this class should be listed in Java2WSDL generated WSDL.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringchild_excluded(int argument)
This method is explicitly excluded from the WSDL

        return "should never be called"; 
    
public java.lang.Stringchild_method(int x)
This method should appear in the WSDL

        return "child_method";