JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Uses of Interface
org.jboss.logging.processor.intf.model.MessageObject

Packages that use MessageObject
org.jboss.logging.processor.intf.model   
org.jboss.logging.processor.validation   
 

Uses of MessageObject in org.jboss.logging.processor.intf.model
 

Subinterfaces of MessageObject in org.jboss.logging.processor.intf.model
 interface MessageInterface
          Date: 28.07.2011
 interface MessageMethod
          Date: 29.07.2011
 interface MessageObjectType
          Date: 23.08.2011
 interface Parameter
           
 interface ReturnType
          Date: 29.07.2011
 interface ThrowableType
          Date: 27.09.2011
 

Classes in org.jboss.logging.processor.intf.model that implement MessageObject
static class ReturnType.VoidReturnType
          Default type if the return type is void.
 

Uses of MessageObject in org.jboss.logging.processor.validation
 

Methods in org.jboss.logging.processor.validation that return MessageObject
 MessageObject ValidationMessage.getMessageObject()
          Returns the message object that caused the error.
 

Methods in org.jboss.logging.processor.validation with parameters of type MessageObject
static ValidationMessage ValidationMessageFactory.createError(MessageObject messageObject, String message)
           
static ValidationMessage ValidationMessageFactory.createError(MessageObject messageObject, String format, Object... args)
           
static ValidationMessage ValidationMessageFactory.createWarning(MessageObject messageObject, String message)
           
static ValidationMessage ValidationMessageFactory.createWarning(MessageObject messageObject, String format, Object... args)
           
 


JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.