|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
StubHandler.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. |
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
CheckedExceptionImpl ceModel,
Throwable ex,
QName faultCode)
Create the Message with the specified faultCode |
| 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)
Deprecated. |
| Methods in com.sun.xml.ws.model that return types with arguments of type CheckedExceptionImpl | |
|---|---|
List<CheckedExceptionImpl> |
JavaMethodImpl.getCheckedExceptions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||