| Package | Description |
|---|---|
| org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
| org.apache.cxf.aegis | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.binding.xml | |
| org.apache.cxf.bus.extension | |
| org.apache.cxf.common.commands | |
| org.apache.cxf.common.i18n | |
| org.apache.cxf.common.util | |
| org.apache.cxf.common.xmlschema | |
| org.apache.cxf.configuration | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.frontend | |
| org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
| org.apache.cxf.javascript | |
| org.apache.cxf.jaxws | |
| org.apache.cxf.service.factory | |
| org.apache.cxf.tools.common | |
| org.apache.cxf.tools.validator.internal | |
| org.apache.cxf.transport.jms | |
| org.apache.cxf.ws.policy | |
| org.apache.cxf.wsdl | |
| org.apache.cxf.wsdl11 |
| Constructor and Description |
|---|
BusException(Message msg)
Constructs a
BusException with the provided detail message. |
BusException(Message msg,
Throwable cause)
Constructs a
BusException with the detail message and cause
provided. |
| Constructor and Description |
|---|
DatabindingException(Message message) |
DatabindingException(Message message,
Throwable cause) |
| Constructor and Description |
|---|
SoapFault(Message message,
QName faultCode) |
SoapFault(Message message,
Throwable throwable,
QName faultCode) |
| Constructor and Description |
|---|
XMLFault(Message message) |
XMLFault(Message message,
Throwable throwable) |
| Constructor and Description |
|---|
ExtensionException(Message msg)
Constructs a
ExtensionException with the provided detail message. |
ExtensionException(Message msg,
Throwable cause)
Constructs a
ExtensionException with the detail message and cause
provided. |
| Constructor and Description |
|---|
ForkedCommandException(Message msg) |
ForkedCommandException(Message msg,
Throwable cause) |
| Modifier and Type | Field and Description |
|---|---|
protected Message |
UncheckedException.message |
| Constructor and Description |
|---|
Exception(Message msg) |
Exception(Message msg,
Throwable t) |
UncheckedException(Message msg) |
UncheckedException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
Base64Exception(Message msg) |
Base64Exception(Message msg,
Throwable t) |
| Constructor and Description |
|---|
UnsupportedConstruct(Message message) |
| Constructor and Description |
|---|
ConfigurationException(Message msg)
Constructs a
ConfigurationException with the provided detail message. |
ConfigurationException(Message msg,
Throwable cause)
Constructs a
ConfigurationException with the detail message and cause
provided. |
| Constructor and Description |
|---|
EndpointException(Message msg) |
EndpointException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
WSDLQueryException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
Fault(Message message) |
Fault(Message message,
QName fc) |
Fault(Message message,
Throwable throwable) |
Fault(Message message,
Throwable throwable,
QName fc) |
| Constructor and Description |
|---|
UnsupportedConstruct(Message message) |
| Constructor and Description |
|---|
JaxWsConfigurationException(Message msg) |
JaxWsConfigurationException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
ServiceConstructionException(Message msg) |
ServiceConstructionException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
ToolException(Message msg) |
ToolException(Message msg,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResult.addError(Message msg) |
void |
ValidationResult.addWarning(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMSConfiguration.ensureProperlyConfigured(Message msg) |
| Constructor and Description |
|---|
PolicyException(Message message) |
PolicyException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
EndpointUtilsException(Message msg) |
EndpointUtilsException(Message msg,
Throwable t) |
| Constructor and Description |
|---|
WSDLRuntimeException(Message msg) |
WSDLRuntimeException(Message msg,
Throwable t) |
Apache CXF