Package org.apache.axis.wsdl.toJava
Class GeneratedFileInfo
java.lang.Object
org.apache.axis.wsdl.toJava.GeneratedFileInfo
File info available after emit to describe what
exactly was created by the Emitter.
- Author:
- Tom Jordahl (tomj@macromedia.com)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an entryLookup an entry by class nameLookup an entry by file nameLookup an entry by type.Get the list of generated classesGet the list of generated filenamesgetList()
Return the entire list of generated filestoString()
Convert all entries in the list to a string
-
Field Details
-
list
Field list
-
-
Constructor Details
-
GeneratedFileInfo
public GeneratedFileInfo()Construct an empty file info list.
-
-
Method Details
-
getList
Return the entire list of generated files- Returns:
-
add
Add an entry- Parameters:
name
-className
-type
-
-
findType
Lookup an entry by type.
Valid type values are: stub, interface, complexType, enumType, fault, holder, skeleton, skeletonImpl, service, deploy, undeploy, testCase- Parameters:
type
- of objects you want info about- Returns:
- A list of
org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
objects. Null if no objects found.
-
findName
Lookup an entry by file name- Parameters:
fileName
-file
- name you want info about- Returns:
- The entry for the file name specified. Null if not found
-
findClass
Lookup an entry by class name- Parameters:
className
-class
- name you want info about- Returns:
- The entry for the class specified. Null if not found
-
getClassNames
Get the list of generated classes- Returns:
-
getFileNames
Get the list of generated filenames- Returns:
-
toString
Convert all entries in the list to a string
-