FileDocCategorySizeDatePackage
InvalidTradeExchange.javaAPI DocApache Axis 1.41187Sat Apr 22 18:57:26 BST 2006test.wsdl.roundtrip

InvalidTradeExchange

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.StringgetTradeExchange()

        return this.tradeExchange;