public class SOAPFaultDescriptor extends Object implements FaultDescriptor
| Constructor and Description |
|---|
SOAPFaultDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(Object fault)
This method returns the fault description.
|
String |
getName(Object fault)
This method returns the fault name.
|
boolean |
isValid(Object fault)
This method determines if the supplied fault is associated
with the descriptor.
|
public boolean isValid(Object fault)
FaultDescriptorisValid in interface FaultDescriptorfault - The faultpublic String getName(Object fault)
FaultDescriptorgetName in interface FaultDescriptorfault - The faultpublic String getDescription(Object fault)
FaultDescriptorgetDescription in interface FaultDescriptorfault - The faultCopyright © 2015 Red Hat, Inc.. All rights reserved.