Package org.apache.axis.wsdl.toJava
Class GeneratedFileInfo.Entry
- java.lang.Object
-
- org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
-
- Enclosing class:
- GeneratedFileInfo
public class GeneratedFileInfo.Entry extends java.lang.Object
Structure to hold entries. There are three public data members:fileName
- A relative path of the generated file.className
- The name of the class in the file.type
- The type of the file.
Valid types are:
stub, interface, complexType, enumType, fault, holder, skeleton, skeletonImpl, service, deploy, undeploy, testCase
-
-
Constructor Summary
Constructors Constructor Description Entry(java.lang.String name, java.lang.String className, java.lang.String type)
Constructor Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Method toString
-