org.apache.axis.wsdl.fromJava
Class ExceptionRep

java.lang.Object
  |
  +--org.apache.axis.wsdl.fromJava.BaseRep
        |
        +--org.apache.axis.wsdl.fromJava.ExceptionRep

public class ExceptionRep
extends BaseRep

ExceptionRep is the representation of a class used inside the Java2WSDL emitter. The information in the ExceptionRep can be changed by user provided code to affect the emitted wsdl file. (See ClassRep)

Author:
Brent Ulbricht

Constructor Summary
ExceptionRep()
          Constructor Create an empty ExceptionRep (represents void)
ExceptionRep(java.lang.String name, java.util.Vector parameters)
          Constructor Create a default representation of ExceptionRep
 
Method Summary
 java.lang.String getName()
          Getters/Setters
 java.util.Vector getParameters()
           
 void setName(java.lang.String name)
           
 void setParameters(java.util.Vector parameters)
           
 
Methods inherited from class org.apache.axis.wsdl.fromJava.BaseRep
getMetaData, setMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionRep

public ExceptionRep()
Constructor Create an empty ExceptionRep (represents void)

ExceptionRep

public ExceptionRep(java.lang.String name,
                    java.util.Vector parameters)
Constructor Create a default representation of ExceptionRep
Parameters:
name - name of the exception
parameters - parameters used in exception class
Method Detail

getName

public java.lang.String getName()
Getters/Setters

setName

public void setName(java.lang.String name)

getParameters

public java.util.Vector getParameters()

setParameters

public void setParameters(java.util.Vector parameters)


Copyright © 2001 Apache XML Project. All Rights Reserved.