File
Doc
Category
Size
Date
Package
RoundtripPortType.java
API Doc
Apache Axis 1.4
1643
Sat Apr 22 18:57:28 BST 2006
test.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
boolean
methodBoolean
(
boolean
inBoolean)
public
byte
methodByte
(
byte
inByte)
public
double
methodDouble
(
double
inDouble)
public
float
methodFloat
(
float
inFloat)
public
int
methodInt
(
int
inInt)
public
long
methodLong
(
long
inLong)
public
short
methodShort
(
short
inShort)
Java Code Source