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

OperationDescription.Fault (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice.deployment
Class OperationDescription.Fault

java.lang.Object
  extended byorg.jboss.webservice.deployment.OperationDescription.Fault
Enclosing class:
OperationDescription

public static class OperationDescription.Fault
extends Object


Constructor Summary
OperationDescription.Fault(String name, javax.xml.namespace.QName qname, String javaType, javax.xml.namespace.QName type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getJavaType()
           
 String getName()
           
 javax.xml.namespace.QName getQName()
           
 javax.xml.namespace.QName getTypeQName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationDescription.Fault

public OperationDescription.Fault(String name,
                                  javax.xml.namespace.QName qname,
                                  String javaType,
                                  javax.xml.namespace.QName type)
Method Detail

getName

public String getName()

getQName

public javax.xml.namespace.QName getQName()

getTypeQName

public javax.xml.namespace.QName getTypeQName()

getJavaType

public String getJavaType()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


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