Uses of Class
org.apache.cxf.common.i18n.Message
Packages that use Message
Package
Description
Contains the Bus, which is the central touch point of CXF, and its related classes.
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of Message in org.apache.cxf
Constructors in org.apache.cxf with parameters of type MessageModifierConstructorDescriptionBusException
(Message msg) Constructs aBusException
with the provided detail message.BusException
(Message msg, Throwable cause) Constructs aBusException
with the detail message and cause provided. -
Uses of Message in org.apache.cxf.bus.extension
Constructors in org.apache.cxf.bus.extension with parameters of type MessageModifierConstructorDescriptionConstructs aExtensionException
with the provided detail message.ExtensionException
(Message msg, Throwable cause) Constructs aExtensionException
with the detail message and cause provided. -
Uses of Message in org.apache.cxf.common.i18n
Fields in org.apache.cxf.common.i18n declared as MessageConstructors in org.apache.cxf.common.i18n with parameters of type Message -
Uses of Message in org.apache.cxf.common.util
Constructors in org.apache.cxf.common.util with parameters of type MessageModifierConstructorDescriptionBase64Exception
(Message msg) Base64Exception
(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.configuration
Constructors in org.apache.cxf.configuration with parameters of type MessageModifierConstructorDescriptionConstructs aConfigurationException
with the provided detail message.ConfigurationException
(Message msg, Throwable cause) Constructs aConfigurationException
with the detail message and cause provided. -
Uses of Message in org.apache.cxf.endpoint
Constructors in org.apache.cxf.endpoint with parameters of type MessageModifierConstructorDescriptionEndpointException
(Message msg) EndpointException
(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.interceptor
Constructors in org.apache.cxf.interceptor with parameters of type Message -
Uses of Message in org.apache.cxf.service.factory
Constructors in org.apache.cxf.service.factory with parameters of type MessageModifierConstructorDescription -
Uses of Message in org.apache.cxf.ws.addressing
Constructors in org.apache.cxf.ws.addressing with parameters of type Message