Uses of Enum
com.sun.xml.ws.api.model.ExceptionType
Packages that use ExceptionType
-
Uses of ExceptionType in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return ExceptionTypeModifier and TypeMethodDescriptionCheckedException.getExceptionType()Tells whether the exception class is a userdefined or a WSDL exception.static ExceptionTypeReturns the enum constant of this type with the specified name.static ExceptionType[]ExceptionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExceptionType in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return ExceptionTypeConstructors in com.sun.xml.ws.model with parameters of type ExceptionTypeModifierConstructorDescriptionCheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType)