Package | Description |
---|---|
org.apache.axis2.jaxws.message |
Modifier and Type | Field and Description |
---|---|
static XMLFaultCode |
XMLFaultCode.DATAENCODINGUNKNOWN |
static XMLFaultCode |
XMLFaultCode.MUSTUNDERSTAND |
static XMLFaultCode |
XMLFaultCode.RECEIVER |
static XMLFaultCode |
XMLFaultCode.SENDER |
static XMLFaultCode |
XMLFaultCode.VERSIONMISMATCH |
Modifier and Type | Method and Description |
---|---|
static XMLFaultCode |
XMLFaultCode.fromQName(QName qName)
get the XMLPart corresponding to this specified QName
|
XMLFaultCode |
XMLFault.getCode() |
Constructor and Description |
---|
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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.