当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
GeneratedFileInfo.Entry (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
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 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
fileName
public String fileName
className
public String className
type
public String type
GeneratedFileInfo.Entry
public GeneratedFileInfo.Entry(String name,
String className,
String type)
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.