org.apache.axis.wsdl.toJava
public class JavaBeanFaultWriter extends JavaBeanWriter
Field Summary | |
---|---|
static Set | RESERVED_PROPERTY_NAMES
All server specific exception classes have {@link Throwable} as an
indirect superclass. |
Constructor Summary | |
---|---|
protected | JavaBeanFaultWriter(Emitter emitter, TypeEntry type, Vector elements, TypeEntry extendType, Vector attributes, JavaWriter helper)
Constructor.
|
Method Summary | |
---|---|
protected String | getExtendsText()
Returns the appropriate extends text
|
protected void | writeFileFooter(PrintWriter pw)
Write the Exception serialization code
NOTE: This function is written in JavaFaultWriter.java also.
|
Throwable
defines a set of properties
that may potentially conflict with those that would be generated by
this class for an XSD complex type used as a fault. The following
immutable object contains all property names that must be excluded
when generating a service specific exception. Note:
{@link org.apache.axis.encoding.ser.BeanSerializer} always excludes
Throwable
's and AxisFault
's properties
when marshalling a service Java exception.Parameters: emitter type The type representing this class elements Vector containing the Type and name of each property extendType The type representing the extended class (or null) attributes Vector containing the attribute types and names helper Helper class writer
Returns: "" or " extends
Parameters: pw
Throws: IOException