Apache CXF API

Uses of Class
org.apache.cxf.common.i18n.Message

Packages that use Message
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.binding.xml   
org.apache.cxf.common.commands   
org.apache.cxf.common.i18n   
org.apache.cxf.common.util   
org.apache.cxf.configuration   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.service.factory   
org.apache.cxf.transport.http   
org.apache.cxf.ws.policy   
org.apache.cxf.wsdl   
org.apache.cxf.wsdl11   
 

Uses of Message in org.apache.cxf
 

Constructors in org.apache.cxf with parameters of type Message
BusException(Message msg)
          Constructs a BusException with the provided detail message.
BusException(Message msg, java.lang.Throwable cause)
          Constructs a BusException with the detail message and cause provided.
 

Uses of Message in org.apache.cxf.binding.xml
 

Constructors in org.apache.cxf.binding.xml with parameters of type Message
XMLFault(Message message)
           
XMLFault(Message message, java.lang.Throwable throwable)
           
 

Uses of Message in org.apache.cxf.common.commands
 

Constructors in org.apache.cxf.common.commands with parameters of type Message
ForkedCommandException(Message msg)
           
ForkedCommandException(Message msg, java.lang.Throwable cause)
           
 

Uses of Message in org.apache.cxf.common.i18n
 

Constructors in org.apache.cxf.common.i18n with parameters of type Message
Exception(Message msg)
           
Exception(Message msg, java.lang.Throwable t)
           
UncheckedException(Message msg)
           
UncheckedException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.common.util
 

Constructors in org.apache.cxf.common.util with parameters of type Message
Base64Exception(Message msg)
           
Base64Exception(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.configuration
 

Constructors in org.apache.cxf.configuration with parameters of type Message
ConfigurationException(Message msg)
          Constructs a ConfigurationException with the provided detail message.
ConfigurationException(Message msg, java.lang.Throwable cause)
          Constructs a ConfigurationException 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 Message
EndpointException(Message msg)
           
EndpointException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.interceptor
 

Constructors in org.apache.cxf.interceptor with parameters of type Message
Fault(Message message)
           
Fault(Message message, javax.xml.namespace.QName fc)
           
Fault(Message message, java.lang.Throwable throwable)
           
Fault(Message message, java.lang.Throwable throwable, javax.xml.namespace.QName fc)
           
 

Uses of Message in org.apache.cxf.service.factory
 

Constructors in org.apache.cxf.service.factory with parameters of type Message
ServiceConstructionException(Message msg)
           
ServiceConstructionException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.transport.http
 

Constructors in org.apache.cxf.transport.http with parameters of type Message
WSDLQueryException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.ws.policy
 

Constructors in org.apache.cxf.ws.policy with parameters of type Message
PolicyException(Message msg)
           
PolicyException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.wsdl
 

Constructors in org.apache.cxf.wsdl with parameters of type Message
EndpointUtilsException(Message msg)
           
EndpointUtilsException(Message msg, java.lang.Throwable t)
           
 

Uses of Message in org.apache.cxf.wsdl11
 

Constructors in org.apache.cxf.wsdl11 with parameters of type Message
WSDLRuntimeException(Message msg)
           
WSDLRuntimeException(Message msg, java.lang.Throwable t)
           
 


Apache CXF API

Apache CXF