| 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 |
protected Map<QName,CheckedExceptionImpl> |
SEIMethodHandler.checkedExceptions |
| Modifier and Type | Method and Description |
|---|---|
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
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
JavaMethodImpl.addException(CheckedExceptionImpl ce) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.