Uses of Class
org.apache.axis2.jaxws.message.XMLFaultCode

Packages that use XMLFaultCode
org.apache.axis2.jaxws.message   
 

Uses of XMLFaultCode in org.apache.axis2.jaxws.message
 

Methods in org.apache.axis2.jaxws.message that return XMLFaultCode
static XMLFaultCode XMLFaultCode.fromQName(QName qName)
          get the XMLPart corresponding to this specified QName
 XMLFaultCode XMLFault.getCode()
           
static XMLFaultCode XMLFaultCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMLFaultCode[] XMLFaultCode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.axis2.jaxws.message with parameters of type XMLFaultCode
XMLFault(XMLFaultCode code, XMLFaultReason reason)
          Construct System XMLFault with minimum required information
XMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks)
          Construct Application XMLFault with minimum required information
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.