Uses of Class
com.sun.xml.ws.api.model.ExceptionType

Packages that use ExceptionType
com.sun.xml.ws.api.model   
com.sun.xml.ws.model   
 

Uses of ExceptionType in com.sun.xml.ws.api.model
 

Methods in com.sun.xml.ws.api.model that return ExceptionType
 ExceptionType CheckedException.getExceptionType()
          Tells whether the exception class is a userdefined or a WSDL exception.
static ExceptionType ExceptionType.valueOf(String name)
          Returns 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're declared.
 

Uses of ExceptionType in com.sun.xml.ws.model
 

Methods in com.sun.xml.ws.model that return ExceptionType
 ExceptionType CheckedExceptionImpl.getExceptionType()
           
 

Constructors in com.sun.xml.ws.model with parameters of type ExceptionType
CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeReference detail, ExceptionType exceptionType)