FileDocCategorySizeDatePackage
Baby.javaAPI DocApache Axis 1.41062Sat Apr 22 18:57:28 BST 2006test.wsdl.inheritance

Baby

public class Baby extends Child
This class is the target of given to Java2WSDL.

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

        return "should never be called"; 
    
public intbaby_method(Baby_bean message)
This method should appear in the WSDL

        return 42;