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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 exceptionparameters
- parameters used in exception class
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.