当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
JavaBeanFaultWriter (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.wsdl.toJava
Class JavaBeanFaultWriter
java.lang.Object
org.apache.axis.wsdl.toJava.JavaWriter
org.apache.axis.wsdl.toJava.JavaClassWriter
org.apache.axis.wsdl.toJava.JavaBeanWriter
org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
- All Implemented Interfaces:
- Generator
- public class JavaBeanFaultWriter
- extends JavaBeanWriter
This is Wsdl2java's Complex Faylt Writer.
It generates bean-like class for complexTypes used
in a operation fault message.
Fields inherited from class org.apache.axis.wsdl.toJava.JavaBeanWriter |
enableDefaultConstructor, enableEquals, enableFullConstructor, enableGetters, enableHashCode, enableSetters, enableSimpleConstructors, enableToString, helper, names, pw, simpleValueType |
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. |
Methods inherited from class org.apache.axis.wsdl.toJava.JavaBeanWriter |
getClassModifiers, getImplementsText, preprocess, writeAccessMethods, writeDefaultConstructor, writeEqualsMethod, writeFileBody, writeFullConstructor, writeHashCodeMethod, writeMemberFields, writeSimpleConstructors, writeToStringMethod |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaBeanFaultWriter
protected JavaBeanFaultWriter(Emitter emitter,
TypeEntry type,
Vector elements,
TypeEntry extendType,
Vector attributes,
JavaWriter helper)
- Constructor.
- Parameters:
emitter
- type
- The type representing this classelements
- Vector containing the Type and name of each propertyextendType
- The type representing the extended class (or null)attributes
- Vector containing the attribute types and nameshelper
- Helper class writer
getExtendsText
protected String getExtendsText()
- Returns the appropriate extends text
- Overrides:
getExtendsText
in class JavaBeanWriter
- Returns:
- "" or " extends "
writeFileFooter
protected void writeFileFooter(PrintWriter pw)
throws IOException
- Write the Exception serialization code
NOTE: This function is written in JavaFaultWriter.java also.
- Overrides:
writeFileFooter
in class JavaClassWriter
- Throws:
IOException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.