Apache CXF API

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

Packages that use Message
org.apache.cxf   
org.apache.cxf.aegis   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.xml   
org.apache.cxf.bus.extension   
org.apache.cxf.common.i18n   
org.apache.cxf.common.util   
org.apache.cxf.configuration   
org.apache.cxf.endpoint   
org.apache.cxf.frontend   
org.apache.cxf.interceptor   
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.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.persistence   
org.apache.cxf.ws.security.trust   
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, Throwable cause)
          Constructs a BusException with the detail message and cause provided.
 

Uses of Message in org.apache.cxf.aegis
 

Constructors in org.apache.cxf.aegis with parameters of type Message
DatabindingException(Message message)
           
DatabindingException(Message message, Throwable cause)
           
 

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

Constructors in org.apache.cxf.binding.soap with parameters of type Message
SoapFault(Message message, QName faultCode)
           
SoapFault(Message message, Throwable throwable, QName faultCode)
           
 

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, Throwable throwable)
           
 

Uses of Message in org.apache.cxf.bus.extension
 

Constructors in org.apache.cxf.bus.extension with parameters of type Message
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.
 

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

Fields in org.apache.cxf.common.i18n declared as Message
protected  Message UncheckedException.message
           
 

Constructors in org.apache.cxf.common.i18n with parameters of type Message
Exception(Message msg)
           
Exception(Message msg, Throwable t)
           
UncheckedException(Message msg)
           
UncheckedException(Message msg, 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, 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, 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, Throwable t)
           
 

Uses of Message in org.apache.cxf.frontend
 

Constructors in org.apache.cxf.frontend with parameters of type Message
WSDLQueryException(Message msg, 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, QName fc)
           
Fault(Message message, Throwable throwable)
           
Fault(Message message, Throwable throwable, QName fc)
           
 

Uses of Message in org.apache.cxf.javascript
 

Constructors in org.apache.cxf.javascript with parameters of type Message
UnsupportedConstruct(Message message)
           
 

Uses of Message in org.apache.cxf.jaxws
 

Constructors in org.apache.cxf.jaxws with parameters of type Message
JaxWsConfigurationException(Message msg)
           
JaxWsConfigurationException(Message msg, Throwable t)
           
 

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, Throwable t)
           
 

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

Constructors in org.apache.cxf.tools.common with parameters of type Message
ToolException(Message msg)
           
ToolException(Message msg, Throwable t)
           
 

Uses of Message in org.apache.cxf.tools.validator.internal
 

Methods in org.apache.cxf.tools.validator.internal with parameters of type Message
 void ValidationResult.addError(Message msg)
           
 void ValidationResult.addWarning(Message msg)
           
 

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

Constructors in org.apache.cxf.ws.addressing with parameters of type Message
EndpointUtilsException(Message msg)
           
EndpointUtilsException(Message msg, 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 message)
           
PolicyException(Message msg, Throwable t)
           
 

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

Constructors in org.apache.cxf.ws.rm with parameters of type Message
RMException(Message msg)
           
RMException(Message msg, Throwable t)
           
 

Uses of Message in org.apache.cxf.ws.rm.persistence
 

Constructors in org.apache.cxf.ws.rm.persistence with parameters of type Message
RMStoreException(Message msg)
           
RMStoreException(Message msg, Throwable t)
           
 

Uses of Message in org.apache.cxf.ws.security.trust
 

Constructors in org.apache.cxf.ws.security.trust with parameters of type Message
TrustException(Message msg)
           
TrustException(Message msg, 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, Throwable t)
           
 


Apache CXF API

Apache CXF