站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

GeneratedFileInfo (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.wsdl.toJava
Class GeneratedFileInfo

java.lang.Object
  extended byorg.apache.axis.wsdl.toJava.GeneratedFileInfo

public class GeneratedFileInfo
extends Object

File info available after emit to describe what exactly was created by the Emitter.

Author:
Tom Jordahl (tomj@macromedia.com)

Nested Class Summary
 class GeneratedFileInfo.Entry
          Structure to hold entries.
 
Field Summary
protected  ArrayList list
           
 
Constructor Summary
GeneratedFileInfo()
          Construct an empty file info list.
 
Method Summary
 void add(String name, String className, String type)
          Add an entry
 GeneratedFileInfo.Entry findClass(String className)
          Lookup an entry by class name
 GeneratedFileInfo.Entry findName(String fileName)
          Lookup an entry by file name
 List findType(String type)
          Lookup an entry by type.
 List getClassNames()
          Get the list of generated classes
 List getFileNames()
          Get the list of generated filenames
 List getList()
          Return the entire list of generated files
 String toString()
          Convert all entries in the list to a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

list

protected ArrayList list
Constructor Detail

GeneratedFileInfo

public GeneratedFileInfo()
Construct an empty file info list.

Method Detail

getList

public List getList()
Return the entire list of generated files


add

public void add(String name,
                String className,
                String type)
Add an entry


findType

public List findType(String type)
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

public GeneratedFileInfo.Entry findName(String fileName)
Lookup an entry by file name

Returns:
The entry for the file name specified. Null if not found

findClass

public GeneratedFileInfo.Entry findClass(String className)
Lookup an entry by class name

Returns:
The entry for the class specified. Null if not found

getClassNames

public List getClassNames()
Get the list of generated classes


getFileNames

public List getFileNames()
Get the list of generated filenames


toString

public String toString()
Convert all entries in the list to a string



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.