| java.lang.Object org.apache.axis2.jaxws.description.impl.FaultDescriptionImpl
FaultDescriptionImpl | FaultDescriptionImpl(Class exceptionClass, WebFault annotation, OperationDescription parent)(Code) | | The FaultDescriptionImpl class will only be used to describe exceptions declared to be thrown
by a service that has a WebFault annotation. No generic exception should ever have a
FaultDescription associated with it. It is the responsibility of the user of the
FaultDescriptionImpl class to avoid instantiating this object for non-annotated generic
exceptions.
Parameters: exceptionClass - an exception declared to be thrown by the service on which thisFaultDescription may apply. Parameters: beanName - fully qualified package+classname of the bean associated with thisexception Parameters: annotation - the WebFault annotation object on this exception class Parameters: parent - the OperationDescription that is the parent of this FaultDescription |
getExceptionClassName | public String getExceptionClassName()(Code) | | |
|
|