Package | Description |
---|---|
org.apache.axis2.jaxws.message |
Modifier and Type | Method and Description |
---|---|
XMLFaultReason |
XMLFault.getReason() |
XMLFaultReason[] |
XMLFault.getSecondaryReasons() |
Modifier and Type | Method and Description |
---|---|
void |
XMLFault.setSecondaryReasons(XMLFaultReason[] secondaryReasons) |
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.