|
||||||||||
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 java.util.Map<javax.xml.namespace.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,
java.lang.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,
java.lang.Throwable ex,
javax.xml.namespace.QName faultCode)
Create the Message with the specified faultCode |
Method parameters in com.sun.xml.ws.fault with type arguments of type CheckedExceptionImpl | |
---|---|
java.lang.Throwable |
SOAPFaultBuilder.createException(java.util.Map<javax.xml.namespace.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(java.lang.Class exceptionClass)
|
CheckedExceptionImpl |
JavaMethodImpl.getCheckedException(com.sun.xml.bind.api.TypeReference detailType)
Deprecated. |
Methods in com.sun.xml.ws.model that return types with arguments of type CheckedExceptionImpl | |
---|---|
java.util.List<CheckedExceptionImpl> |
JavaMethodImpl.getCheckedExceptions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |