Uses of Interface
org.apache.axis2.jaxws.description.FaultDescription
-
Packages that use FaultDescription Package Description org.apache.axis2.jaxws.description org.apache.axis2.jaxws.runtime.description.marshal org.apache.axis2.jaxws.runtime.description.marshal.impl -
-
Uses of FaultDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return FaultDescription Modifier and Type Method Description FaultDescription[]OperationDescription. getFaultDescriptions()FaultDescriptionOperationDescription. resolveFaultByExceptionName(String exceptionClassName) -
Uses of FaultDescription in org.apache.axis2.jaxws.runtime.description.marshal
Methods in org.apache.axis2.jaxws.runtime.description.marshal with parameters of type FaultDescription Modifier and Type Method Description FaultBeanDescMarshalServiceRuntimeDescription. getFaultBeanDesc(FaultDescription faultDesc) -
Uses of FaultDescription in org.apache.axis2.jaxws.runtime.description.marshal.impl
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type FaultDescription Modifier and Type Method Description FaultBeanDescMarshalServiceRuntimeDescriptionImpl. getFaultBeanDesc(FaultDescription faultDesc)
-