|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFaultCode | |
---|---|
org.apache.axis2.jaxws.message |
Uses of XMLFaultCode in org.apache.axis2.jaxws.message |
---|
Fields in org.apache.axis2.jaxws.message declared as XMLFaultCode | |
---|---|
static XMLFaultCode |
XMLFaultCode.DATAENCODINGUNKNOWN
|
static XMLFaultCode |
XMLFaultCode.MUSTUNDERSTAND
|
static XMLFaultCode |
XMLFaultCode.RECEIVER
|
static XMLFaultCode |
XMLFaultCode.SENDER
|
static XMLFaultCode |
XMLFaultCode.VERSIONMISMATCH
|
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()
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |