FileDocCategorySizeDatePackage
RoundtripPortType.javaAPI DocApache Axis 1.41643Sat Apr 22 18:57:28 BST 2006test.wsdl.roundtrip

RoundtripPortType

public interface RoundtripPortType implements RoundtripPortTypeB, RoundtripPortTypeA
The RoundtripPortType interface defines the methods necessary when when implementing this interface.
version
1.00 06 Feb 2002
author
Brent Ulbricht
author
Rich Scheuerle

Fields Summary
Constructors Summary
Methods Summary
public booleanmethodBoolean(boolean inBoolean)

public bytemethodByte(byte inByte)

public doublemethodDouble(double inDouble)

public floatmethodFloat(float inFloat)

public intmethodInt(int inInt)

public longmethodLong(long inLong)

public shortmethodShort(short inShort)