|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
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 |
| Fields inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter |
className, namespaces, packageName |
| Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
emitter, type |
| Constructor Summary | |
protected |
JavaBeanFaultWriter(Emitter emitter,
TypeEntry type,
java.util.Vector elements,
TypeEntry extendType,
java.util.Vector attributes,
JavaWriter helper)
Constructor. |
| Method Summary | |
protected java.lang.String |
getExtendsText()
Returns the appropriate extends text |
| 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 org.apache.axis.wsdl.toJava.JavaClassWriter |
getClassName, getClassText, getFileName, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackage |
| Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
closePrintWriter, generate, getPrintWriter, isFileGenerated, verboseMessage, writeComment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected JavaBeanFaultWriter(Emitter emitter,
TypeEntry type,
java.util.Vector elements,
TypeEntry extendType,
java.util.Vector attributes,
JavaWriter helper)
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| Method Detail |
protected java.lang.String getExtendsText()
getExtendsText in class JavaBeanWriter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||