Package | Description |
---|---|
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.fault | |
com.sun.xml.ws.model |
Modifier and Type | Field and Description |
---|---|
protected Map<QName,CheckedExceptionImpl> |
StubHandler.checkedExceptions |
Modifier and Type | Method and Description |
---|---|
static com.sun.xml.ws.api.message.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 com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
CheckedExceptionImpl ceModel,
Throwable ex,
QName faultCode)
Create the Message with the specified faultCode
|
Modifier and Type | Method and Description |
---|---|
Throwable |
SOAPFaultBuilder.createException(Map<QName,CheckedExceptionImpl> exceptions)
This should be called from the client side to throw an
Exception for a given soap mesage |
Modifier and Type | Method and Description |
---|---|
CheckedExceptionImpl |
JavaMethodImpl.getCheckedException(Class exceptionClass) |
CheckedExceptionImpl |
JavaMethodImpl.getCheckedException(com.sun.xml.bind.api.TypeReference detailType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<CheckedExceptionImpl> |
JavaMethodImpl.getCheckedExceptions() |
Copyright © 2015 Oracle Corporation. All rights reserved.