File
Doc
Category
Size
Date
Package
InvalidTradeExchange.java
API Doc
Apache Axis 1.4
1187
Sat Apr 22 18:57:26 BST 2006
test.wsdl.roundtrip
InvalidTradeExchange
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class InvalidTradeExchange extends Exception
The InvalidTradeExchange class is used to test the ability of Java2WSDL to correctly generate faults in the WSDL.
version
1.00 18 Feb 2002
author
Brent Ulbricht
Fields Summary
public String
tradeExchange
Constructors Summary
public InvalidTradeExchange
(
String
tradeExchange)
this.tradeExchange = tradeExchange;
Methods Summary
public
java.lang.String
getTradeExchange
()
return this.tradeExchange;
Java Code Source