FileDocCategorySizeDatePackage
Schema2ServiceSoapBindingImpl.javaAPI DocApache Axis 1.42623Sat Apr 22 18:57:28 BST 2006test.wsdl.schema2

Schema2ServiceSoapBindingImpl

public class Schema2ServiceSoapBindingImpl extends Object implements test.wsdl.schema2.Schema2Test
Schema2ServiceSoapBindingImpl.java This file was auto-generated from WSDL by the Apache Axis 1.2RC2 Jan 14, 2005 (05:38:50 EST) WSDL2Java emitter.

Fields Summary
Constructors Summary
Methods Summary
public java.util.CalendarechoDateTest(java.util.Calendar date)

        return date;
    
public test.wsdl.schema2.DocumentechoDocument(test.wsdl.schema2.Document document)

        return document;
    
public java.lang.StringechoIDTypeTest(java.lang.String IDElem)

        return IDElem;
    
public java.lang.StringechoLanguageTypeTest(java.lang.String languageElem)

        return languageElem;
    
public java.lang.StringechoNCNameTypeTest(java.lang.String NCNameElem)

        return NCNameElem;
    
public java.lang.StringechoNameTypeTest(java.lang.String nameElem)

        return nameElem;
    
public java.math.BigIntegerechoNegativeIntegerTest(java.math.BigInteger negativeInteger)

        return negativeInteger;
    
public java.math.BigIntegerechoNonNegativeIntegerTest(java.math.BigInteger nonNegativeInteger)

        return nonNegativeInteger;
    
public java.math.BigIntegerechoNonPositiveIntegerTest(java.math.BigInteger nonPositiveInteger)

        return nonPositiveInteger;
    
public java.math.BigIntegerechoPositiveIntegerTest(java.math.BigInteger positiveInteger)

        return positiveInteger;
    
public java.util.CalendarechoTimeTest(java.util.Calendar time)

        return time;
    
public java.lang.StringechoTokenTypeTest(java.lang.String tokenElem)

        return tokenElem;
    
public shortechoUnsignedByteTest(short unsignedByte)

        return unsignedByte;
    
public longechoUnsignedIntTest(long unsignedInt)

        return unsignedInt;
    
public java.math.BigIntegerechoUnsignedLongTest(java.math.BigInteger unsignedLong)

        return unsignedLong;
    
public intechoUnsignedShortTest(int unsignedShort)

        return unsignedShort;