Uses of Class
com.sun.xml.ws.model.CheckedExceptionImpl

Packages that use CheckedExceptionImpl
com.sun.xml.ws.client.sei   
com.sun.xml.ws.fault   
com.sun.xml.ws.model   
 

Uses of CheckedExceptionImpl in com.sun.xml.ws.client.sei
 

Fields in com.sun.xml.ws.client.sei with type parameters of type CheckedExceptionImpl
protected  Map<QName,CheckedExceptionImpl> SEIMethodHandler.checkedExceptions
           
 

Uses of CheckedExceptionImpl in com.sun.xml.ws.fault
 

Methods in com.sun.xml.ws.fault with parameters of type CheckedExceptionImpl
static Message SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex)
          To be called by the server runtime in the situations when there is an Exception that needs to be transformed in to a soapenv:Fault payload.
 

Method parameters in com.sun.xml.ws.fault with type arguments of type CheckedExceptionImpl
 Throwable SOAPFaultBuilder.createException(Map<QName,CheckedExceptionImpl> exceptions)
          This should be called from the client side to throw an Exception for a given soap mesage
 

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

Methods in com.sun.xml.ws.model that return CheckedExceptionImpl
 CheckedExceptionImpl JavaMethodImpl.getCheckedException(Class exceptionClass)
           
 CheckedExceptionImpl JavaMethodImpl.getCheckedException(TypeReference detailType)
           
 

Methods in com.sun.xml.ws.model that return types with arguments of type CheckedExceptionImpl
 List<CheckedExceptionImpl> JavaMethodImpl.getCheckedExceptions()
           
 

Methods in com.sun.xml.ws.model with parameters of type CheckedExceptionImpl
(package private)  void JavaMethodImpl.addException(CheckedExceptionImpl ce)